←back to thread

Crystal 1.16.0

(crystal-lang.org)
131 points ksec | 1 comments | | HN request time: 0s | source
Show context
Daegalus ◴[] No.43651781[source]
I really like Crystal, but I am too dependent on LSPs and such for productivity, and the Crystal LSP leaves a lot to be desired, even though it is fantastic work for what it is.

Can't rely on AI either, as it constantly confuses it with Ruby.

I did do a few backend/server code challenges and advent code in Crystal. It worked really well and was very powerful.

I would love to write my MMO server in it, but again, tooling is still a sore spot for me.

replies(3): >>43654366 #>>43654560 #>>43655301 #
1. npn ◴[] No.43654366[source]
>Can't rely on AI either, as it constantly confuses it with Ruby.

I'm currently using github copilot with claude 3.7, mostly for auto complete, work pretty well although sometimes it does return ruby variant of the code (it call the ruby methods that not existing in crystal)

but for my use case, copilot works pretty well.