Comment by ๐Ÿ‘ป naf

Re: "Whats your current favorite language?"

In: s/programming

Mine is Julia, very natural and fast.

๐Ÿ‘ป naf

2023-08-13 ยท 3 years ago

3 Later Comments โ†“

๐Ÿฉ wholesomedonut ยท 2023-08-19 at 04:13:

spoken honestly? Powershell. It's what I've written professionally and as a hobby for like 10 years, and I've had codebases sprawling into the thousands of lines. It's the one I can pull out of my head on demand and get a small POC working in the CLI, and then refine it down to modules with proper structure later.

I've written and delivered a handful of projects with Python. I enjoy how dumb simple and flexible it can be, and the database drivers are sane.

I did a small program in Rust for batch-processing OCR requests. Fastest, snappiest program I ever wrote. Accurate too, with Tesseract.

Clojure is my only real voyage into lisp and most "functional-focused" languages. I like it somewhat.

๐Ÿฆ‹ karel ยท 2023-09-21 at 11:32:

My current fav for private projects is Go. The language fulfills several top requirements of mine:

๐Ÿฆ‹ karel ยท 2023-09-21 at 11:32:

On the downside, I don't like how the Go code profiler works: it takes regular snapshots of the execution stack; recording method entry and exit time stamps would be more accurate. I am also not very happy with new features (the new package management and generics) that increase complexity but are neither indispensable nor significantly increasing productivity: for what I do.

Original Post

๐ŸŒ’ s/programming

๐Ÿš€ ahappydeath: [mod]

Whats your current favorite language? โ€” Mine is currently Elixir and has been for a while. Elixir makes it easy to build complex apps and has so much built into it that I don't often need to reach for external dependencies.

๐Ÿ’ฌ 25 comments ยท 6 likes ยท 2023-07-29 ยท 3 years ago ยท #dart #elixir #nim #programming-languages #roc #rust