A loosely moderated place to ask open ended questions
If your post is
- Open ended
- Not offensive
- Not regarding lemmy support (c/lemmy_support)
- not ad nauseam inducing (please make sure its a question that would be new to most members)
it’s welcome here!
- 0 users online
- 28 users / day
- 79 users / week
- 160 users / month
- 747 users / 6 months
- 2.92K subscribers
- 767 Posts
- 9.96K Comments
- Modlog
Only LaTeX, but it’s Turing Complete, so that counts, right?
Do students of programming count too? If so, then I enrol myself to this list as well. Programming mostly in C/C++. Using Python for scripting together with POSIX shell preferably. And of course a few others here and there.
deleted by creator
I am quite surprised, too. I have just assumed there will be some but have never thought it will be that much. Interesting outcome. It makes sense, though, when you look at the most active communities here on Lemmy – majority of those is about Linux and/or programming.
:hand with fingers splayed: programmer mostly working with Clojure here
Kotlin (currently my favorite programming language), Python, JavaScript/TypeScript. I dabbled in a lot of programming languages, but those are the ones I’m most familiar with and can write complex programs with.
I’m mostly self taught, but with some high school and university classes sprinkled in. I plan to pursue computer science once I finish my current degree though.
Me! Employed as a Node.js developer currently (for 3+ years) but I’d much rather be working in Rust which I work with on my own time. I’m especially interested in Rust + Wasm at the moment.
deleted by creator
That would also be very interesting, considering that Javascript is the language of the web, having alternatives on the web would imply that you’d no longer need Javascript for “native Web applications”.
I program in mostly C99 and Rust for big projects, and POSIX sh and Python 3 for scripting and smaller projects
Just wondering, why c99?
Big projects in Rust?
That’s nice, i wish there was more adoption of the language.
deleted by creator
I am. I do .NET desktop apps at my job. At home, I mess around a lot with random bits, mostly in C# because it’s familiar (I do like the direction the language has been going though).
deleted by creator
Awesome! Yeah I’ve been messing with AvaloniaUI lately, which is an attempt to make a WPF-like framework that is cross platform. It does some neat stuff like CSS style selectors that are making it feel like a big improvement over WPF.
deleted by creator
I’m not, I’d love to be but I don’t have the patience to sit for hours and work that shit out.
Me! I work mostly in PHP, Elixir, and Javascript. Although I dabble in a bunch of others, too.
Ruby, Python, Go, Rust, lisp, few others sprinkled in.
I am. I work primarily with Clojure.
deleted by creator
I highly recommend trying it out sometime. I’ve been working with it for around a decade now, and in that time I haven’t seen a language I’d rather be using. Here are some beginner resources my team uses for onboarding if you do decide to dive into it. :)
deleted by creator
:thumbs up:
I do .NET and Angular development right now.
I used to do angular too, I don’t dislike it as much as a lot of react devs. I especially like how the tutorials have you structure services and types as separate from the UI templates.
I completely lucked into. I maintain web APIs in .NET and the Angular guy left. A couple pluralsight videos later and I’m a .NET and Angular guy. I don’t mind it. Right now I’m just a year into my dev career and very much in the “Just happy to be here” stage.
I’m a polyglot programmer here
I thought I was until I became a YAML engineer :crying cat:
C# goon here. Trying to relearn c, when the last time I used it was C90 standard in college. Want to relearn it so I can write something for a very particular older processor (that can’t support c++ if my research is correct).