Nooooo!!! (Actually I’ve never tried Emacs)
Nooooo!!! (Actually I’ve never tried Emacs)
Always happy to help people move away from MS
Between Elixir and Erlang. Erlang is what’s used in telecom right? Is Elixir as well? Is Elixir like a new improved Erlang? I’ve heard so much about Elixir recently.
You have piqued my interest, I’ve recently gotten back into programming (I do “devops” for work) and don’t really consider myself a programmer, but I find languages fascinating. I was lucky enough to join a study group on compiler design with an Apache project leader and while it was over my head, I learned a lot and enjoyed it.
(I know I could look this up, but enjoying the conversation :)
Elixir runs on the Erlang vm? What is the difference between the two?
I think this is where “compartmentalization” comes in. Similar in concept to how you are forced to wall off sadness when a loved one dies so that you can continue to live your life, I think there are mentally competent right wingers, but they wall off the logic and reasoning so that it applies only to machines. They do this because if those ideas of logic and reason get beyond the wall/outside of the compartment, the meaning of their lives falls apart.
The easiest way to think about it that is kinda right, and what got me into is “It’s like compiled Ruby and nearly as fast as C”.
Crystal is a language with syntax modeled after Ruby, which is considered one of the most human friendly languages (it’s way easier to understand than C and most others). Ruby and Crystal are “object oriented”. Like if you wanted to know what I had for lunch using Crystal you’d ask me, an “object” last_meal = kool_newt.stomach_contents
, as where in C, you’d cut me open and look.
Where Ruby is a dynamically typed (it figures out whether things are Strings or Arrays, etc on the fly as needed, handy but very slow) scripting language, Crystal is statically typed, so you have to be conscious of types while you code. And where with ruby you end up with a script, Crystal code is compiled into a binary.
Where Ruby is good for small/medium websites with a modest traffic, or for prototyping ideas in an easy language, or making smaller utilities, Crystal can handle massive traffic, and make fast production level apps and tools without the difficulty of C or Java.
I’m using Crystal and Kemal (Kemal is akin to Ruby’s Sinatra) for web dev, and trying to make my own DNS utils (I want dnsip
, not a fan of drill
, dig
, and other tools).
If you know Ruby, Crystal is an easy jump.
I’ve looked into Elixir a bit, I’d probably be into it or Rust if Crystal didn’t exist, more so than Go. Something about languages that run in a VM turns me off tho, reminds me of Java too much I guess. I’ve never heard of Gleam, that makes two languages I’ve learned of due to Lemmy in like 3 weeks!
I ate lunch and my cat pooped, anyone else want to mention two random events?
I was just telling my friend this
Oh ya? Ok I’ll try thanks!
I suggest learning Ruby, it’s a lot nicer and easier to learn than many others in my opinion. You can learn Crystal at the same time, it’s got very similar syntax but it’s a compiled language so super fast.
Makes me wish I wasn’t so quick to delete my account.
Interesting, and good advice, thx.
Yep, and RedHat would be asses to try, it’s not like they made Linux.
What does it do for the blind community, like text to audio conversion or something?
What type of tools does the blind community use? I can code, I’d love to make a tool to help out.
Why would devs remove something like this, at this time? Is it causing huge problems larger than the problems removing it would cause?
Makes me wonder if the devs are being paid to cripple Lemmy. This is where open source shines, we don’t have to be held hostage to one product/service.
I foresee islands of instances, like cities. There could be an island of instances that will be full of bots and illegal shit with open sign ups, and there will be other islands with stricter requirements, effectively no bots run by people who want good social media.
Yes, but it would take more work specific to this problem, which if it’s not a widespread technique would be viewed as impractical.
What does LSP stand for?