I remember that blowing up!
I remember that blowing up!
smoke 'em if you got 'em
What does LSP stand for?
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 support the strike!
Have to pay extra now to pump septic waste straight into other rooms.
I ate lunch and my cat pooped, anyone else want to mention two random events?
Nobody wants a war? A good 15% of the US population is seething to use their guns against gays or liberals.
Splitting us up is the goal, divide and conquer. It’s one thing to hate your queer neighbor, it’s so much worse when you can point to another geographic region of “queers coming to harm your children” that military force can be used against. The separation is for two reasons, one is to help hold on to senate power by getting blue voters out to make sure red states don’t turn blue or purple, the other I think is to prepare for war and make war more likely, separating the sides. Civil war is hard when everyone is mixed up.
We’ve seen what "conservatives’ do when they have power, they literally owned other humans, chattel slavery. We’ve seen what the goals of the military industrial complex (arguably the most powerful industry), more war,everywhere. Giving these groups the benefit of the doubt is dumb and will lead to real bad things.
I tell people all the time, The whole point of the police is to protect the wealthy from you, and the whole point of the state is to facilitate the theft of your resources and labor value with privileged armed protection. How successful would Jeff Bezos be at hoarding our resources without state protection while we starve and go without homes?
So, we can refuse people that seem right wing too right?
Depeche Mode - Where’s The Revolution https://www.youtube.com/watch?v=jsCR05oKROA
Ruby and Python are applicable in most of the same areas. I’m currently working on a realy simple Ruby project and using a web framework called Sinatra (kinda like a lightweight Ruby on Rails if you’ve heard of that) that makes it super easy to build web apps and APIs. My ruby app basically queries an API, sorts some data and presents it to my companies management as they need it.
Python is great too and more popular, thought I’m not really a fan as I don’t like when languages enforce white space. Python also tends to have an “attitude” like there is only one way to do a task, whereas Ruby is more flexible in this respect. Also, Ruby is fundamentally “object oriented” , Python has some object orientation but it was added on as an afterthought so Python can be a bit mixed depending on which libraries you choose to use.
If you don’t know what object orientation is, it means “everything is an object”. In functional languages you’d count the letters, in Ruby you ask the object for it’s length property.
This is Ruby, using the IRB command line interpreter (shell)
irb(main):001:0> word = ‘bicycle’ => “bicycle” irb(main):002:0> puts word.length 7 => nil irb(main):003:0>
The remix https://www.youtube.com/watch?v=xZPTYpTKOI0