vascorsd, to programming
@vascorsd@mastodon.social avatar

Been having fun with , made more than a hundred lines of code with it. It's really refreshing having a language that compiles fast and takes barely any memory and cpu to run.

Not having to care about the build tool too much, hundreds of compiler flags, language versions, compiler plugins, formatting plugins, or any of the usual things that fill the brain I'm used to in is a huge breath of fresh air.

Not having to care about the JVM is amazing.

vascorsd, (edited )
@vascorsd@mastodon.social avatar

The syntax sometimes is not very pretty (subjective). Functions receiving functions as parameters get a bit ugly with 'x |› map(fn(v) { ““ })' feeling like having too many parentheses.

syntax is prettier in this aspect with
'x.map { v =› "" }’ being more lightweight.

And formatting sometimes doesn't do what I'd like.

And I dearly miss the 'for { y <- stuff } yield ""' syntax. The 'use syntax' doesn't really click with me yet.

Anyway, overall, great experience 😉

thilo, to programming German
@thilo@mastodontech.de avatar

Upgrading a project from 2.8 to 2.9.

Ten years down the road, the most annoying thing in Javaland remains troubleshooting these dynamically detected logging systems and their various runtime errors. Digging into classloader issues and the contents of META-INF. 😠

Really appreciating the Scala approach to do (and check!) everything at compile-time.

eed3si9n, to programming
@eed3si9n@mastodon.social avatar

Verify 1.0.0 is back published to #Scala 2.12, 2.13, and Scala 3 on Scala Native 0.5.x

Verify is among the least featureful unit testing framework around
https://github.com/eed3si9n/verify/releases/tag/v1.0.0

alexelcu, to programming
@alexelcu@social.alexn.org avatar

Martin Odersky's thoughts on "Lean Scala"

What do you think?

https://odersky.github.io/blog/2024-03-21-post.html

vascorsd, to programming
@vascorsd@mastodon.social avatar

cool thing about playing with is that it actually runs on my laptop without making it hot and putting the fans in crazy mode.

compiles and runs fast, few MBs of memory.

creating a binary with gleescript creates a script that makes the application run on erlang vm and it works without much ceremony and again without killing my memory and taking all my swap space.

it's a nice change of pace compared to the usual that can't run without 4 jvm processes killing the machine 🙄

dwardoric, to programming German
@dwardoric@chaos.social avatar

Just released another version of the Smederee - your friendly darcs forge. 🤩

Your organisations are now shown on your user settings page and they are more easily edited. Also owners can delete organisations now. Adding administrators to an organisation is still on the todo list though. 😉

https://smeder.ee/~jan0sch/smederee

scala_space, to programming
@scala_space@softwaremill.social avatar

v1.2.1 is out now! Along with support for 3.4.1 & Scala.js 1.16.0.
That, and the regular stream of minor enhancements and fixes.
Check the release notes here

https://github.com/VirtusLab/scala-cli/releases/tag/v1.2.1

reidrac, to gamedev
@reidrac@social.sdf.org avatar

Just realised that has been a year since I moved to this instance, let's do a new !

I love OSS and (, CPC, , and ). Also regular dev in , , #C and .

My games are always free to download and play:

https://www.usebox.net/jjm/

I'm currently finishing "The Heart of Salamanderland" for the Amstrad CPC, that will have a physical release by PolyPlay (see my Brick Rick for an example!).

See you around!

Physical release of Brick Rick for the Amstrad CPC by PolyPlay.

dhinojosa, to programming
@dhinojosa@mastodon.social avatar

complaint List.empty[Int].sum should return None, not 0.

kubukoz, to programming
@kubukoz@mstdn.party avatar

Scala.php 0.1.1 has been released.

https://scala-php.org/blog/010-release

eed3si9n, to programming
@eed3si9n@mastodon.social avatar

the xz situation, which is too real for me, is a reminder for community that Zinc, sbt, and many of plugins are maintained in my free time (which is by design, and works while it works)

if your company uses at work, consider joining Scala Center corporate membership (50k/yr or 15k/yr), or provide % of eng time to them. for these toolchains, Scala Center is often the organization to fix CVEs, alongside compiler stewards like VirtusLab and Lightbend
https://scala.epfl.ch/corporate-membership.html

vascorsd, to FunctionalProgramming
@vascorsd@mastodon.social avatar

The Flix Programming Language - https://flix.dev

PSA: New Type Inference Engine

«merging in a completely new type inference engine

  • Associated types and effects
  • begin to use associated types and effects in the standard library
  • new, simpler, and faster Boolean unification solver
  • A path towards a set based Boolean unification solver
  • A path towards significantly improved interoperability
    »

https://github.com/flix/flix/discussions/7482

krisajenkins, to programming
@krisajenkins@mastodon.social avatar

I love the ideas in , but I’ve never quite gelled with the language. So when I heard someone was porting the runtime to , my ears pricked up.

Leandro Ostera joins me this week to explain how he's borrowing BEAM's best bits. 😅

📺 https://youtu.be/IxQ586TS8Gw

vascorsd,
@vascorsd@mastodon.social avatar

@krisajenkins great interview.

On we have akka library/system for actors, for many years working, so anyone looking into actor systems should definitely check it out too even if just to compare the patterns/design considerations.

chreke, to programming
@chreke@mastodon.social avatar

My company is organizing a Scala meetup here in Stockholm together with the nice folks at Evolution! RSVP if you can make it, and please signal boost

https://www.meetup.com/scala-stockholm/events/300045420/

vascorsd, to programming
@vascorsd@mastodon.social avatar
ayo, to random
@ayo@ayco.io avatar

I kept my twtr account for a while because brands I occasionally reach out to were still exclusively there. It’s now no longer the case so I put the account down for real :)

ayo,
@ayo@ayco.io avatar

Here’s a really useful tool to discover other developers in various tech circles:

👉 https://fedidevs.com

Thanks @anze3db for building it!

#c

dhinojosa, to programming
@dhinojosa@mastodon.social avatar

Going to cozy up to a good book written by @arosien a little later.

alexelcu, to programming
@alexelcu@social.alexn.org avatar

"Reasons to migrate to Scala 3"

#Scala #Scala3 #ScalarConf

alexelcu, to programming
@alexelcu@social.alexn.org avatar

#Scala turned 20

image/jpeg

vascorsd, to programming
@vascorsd@mastodon.social avatar

Eio 1.0 Release: Introducing a new Effects-Based I/O Library for OCaml | Tarides - https://tarides.com/blog/2024-03-20-eio-1-0-release-introducing-a-new-effects-based-i-o-library-for-ocaml/

"to craft a modern, direct-style I/O stack that seamlessly interfaces with the latest kernel I/O advancements, such as io_uring. This is where Eio comes in."

vascorsd, to programming
@vascorsd@mastodon.social avatar

Announcing Scala.js 1.16.0 - Scala.js
https://www.scala-js.org/news/2024/03/19/announcing-scalajs-1.16.0/

Scala.js is the thing that takes scala code and produces javascript. For the browser or to run with node.

deshipu, to python
@deshipu@fosstodon.org avatar

deleted_by_author

  • Loading...
  • docRekd,

    @deshipu @orsinium So your problem is that, unlike some other programming languages like where you can have an object with the same name as a (and in fact Scala has some extra rules for implicits resolutions for companion objects), types are essentially objects.
    I think that is a feature, not a bug, as it allows to have

    vascorsd, (edited ) to programming
    @vascorsd@mastodon.social avatar

    I will never forget the "let's change all the syntax now because new books will need to be written"!

    Now it has changed.
    A few books have been written.

    On the table many more new syntax changes are being suggested!

    I'm honestly tired 😩😞😮‍💨

    eed3si9n,
    @eed3si9n@mastodon.social avatar

    @vascorsd per 2022 'Long-term compatibility plans for Scala 3' [1], 3 mimics the post-2017 'Forward Faster' Java approach, wherein few times a year there will be a Scala Next release with language features, while keeping the binary compatibility with Scala 3.0; and every 2 years or so a Long-Term Support (LTS) release, which promises to be patched for 3 years, analogous to Java 8, 11, 17, etc

    so books should ignore non-LTSes?
    [1]: https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html
    [2]: https://mreinhold.org/blog/forward-faster

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • osvaldo12
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • modclub
  • normalnudes
  • cubers
  • ethstaker
  • mdbf
  • Durango
  • khanakhh
  • tester
  • provamag3
  • cisconetworking
  • Leos
  • anitta
  • lostlight
  • All magazines