Currently Zig. It really is "better C", and i like C.
Otherwise it would be Erlang, but it does not suit what i want to do now.
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Currently Zig. It really is "better C", and i like C.
Otherwise it would be Erlang, but it does not suit what i want to do now.
i have to try zig
I try to stay language agnostic but if I'm honest JavaScript is my favorite because of the speed it provides. Also I like to build we based things so it's always in the stack
Can't believe I scrolled all the way down and didn't find Scala. It's the only language with decent traction that beautifully and elegantly combines functional programming and object oriented programming. Scala makes it such that the language does not limit you into a certain paradigm. You can translate your algorithm in your mind into code regardless of how you thought of it. Incredibly flexible where you need it to be.
Very few people use Scala. I think it's used in some data transformation pipelines and that's it....
Perl. I can use it after awhile away without having to look up how to do things. It adapts to the best style for what I need to do.
Scala. Multiparadigm. A touch of OO is nice in the functional world.
No one else said it⦠I like Java, and more than the language all the tools available around it. They have been adding to the language to cut down on the traditional verboseness, and it can even natively compile now** some of the time.
The tools are also great, with Springboot for web services and jOOQ for databases, you can very quickly have a web app with strong typed database objects.
Oh my favorite is Crystal. It's a statically compiled dialect of ruby.
It supports:
As much as I love the expressiveness of crystal, there are a few cons:
Other than that, the type checking but with ruby-like syntax is awesome!
edit: fixed formatting
FORTH, but not because I actually use it regularly. A stack-based zero-operand postfix language? Every routine/word you define is like solving a puzzle.
I like typescript because it's all I've used for the last 3 years and I now think in it
COBOL, because I loathe myself and don't want to be happy
Julia.
HTML 4, cause I leaned it in 1998 when I was 10 and it's the only language I know (besides English) .
VBA because it plays nicely with Microsoft apps , especially Excel. It also plays nicely with SolidWorks, which is the primary software that i use
I like writing mostly just script. I enjoy writing stuff in bash and lua. Its simple and quick. I have been trying to learn some C to do things with mirocontrollers but its a slow process....
I like natural speech. Its quite chaotic but if you know how to write it well, it works
R. The Rstudio ide is awesome and the data wrangling packages are unmatched. It's also pretty fast as long as your dataset fits in your RAM.