Is Gleam your next programming language? (with Louis Pilfold)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 73

  • @lpil
    @lpil ปีที่แล้ว +83

    Thanks for having me on the show Kris!

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +6

      It was an absolute pleasure. 🙂

    • @timibolu
      @timibolu ปีที่แล้ว +5

      Great work Louis

  • @SylvainBrunerie
    @SylvainBrunerie ปีที่แล้ว +17

    I loved hearing about Louis’ slow development philosophy! It makes me feel better about some projects at work that I started developing or thinking about at some point, only to finish them a couple years later. It seems very true that having these things on the back burner for a while makes them more consistent and well thought out somehow.
    Looking forward to getting back to Gleam!

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +6

      Yeah, it’s a great way to work, if you have time on your side. A real antidote to the sprint-treadmill.

  • @tyrellnelson
    @tyrellnelson 6 หลายเดือนก่อน +5

    Erlang pattern matching + function overloading and exporting functions based on name and arity can produce extremely clean API's for your modules, honestly really really like that aspect of erlang... The full stops and uppercase variable names on the other hand took some getting used to, actually want to give it another try now that I'm older and wiser

  • @YUdlbkeWOg
    @YUdlbkeWOg ปีที่แล้ว +23

    Wait, types on Beam? I’ve had dreams about this.

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน +1

    the world needs thousands of new programming languages because the world changes mindset constantly and the world keeps learning about new ways to do things to mentally frame things

  • @ScottRehorn
    @ScottRehorn ปีที่แล้ว +5

    Just listened to the audio version - looking forward to fiddling around with Gleam :) - also kudos Kris on your inaugural episode. Well-structured interview, nice production values (always appreciated), informed questions, well-executed on all counts. Plus a cat ftw!

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว

      Thanks! I'm really glad you liked it. I'm looking forward to releasing many more. :-)

  • @davidshipman5964
    @davidshipman5964 ปีที่แล้ว +5

    Such a good interview! I tried Gleam out today and I was impressed with the documentation tooling.

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +3

      Awesome! Yeah, I've been having some fun with Gleam too - Louis' done a great job. :-)

  • @chrisjenkins1223
    @chrisjenkins1223 ปีที่แล้ว +5

    I really enjoyed listening to the audio version of this and only just twigged that it was on TH-cam :-). Really great interview. I must now find the time to check out Gleam.

  • @havokgames8297
    @havokgames8297 8 หลายเดือนก่อน +5

    I hope you get a sponsor. This podcast is fantastic.

  • @Onyx-it8gk
    @Onyx-it8gk 4 หลายเดือนก่อน +2

    Omg, I love Gleam! Kris, can we please have a update with Louis!!! It's such a cool language that brought me into the BEAM ecosystem, and it's come so far and the community around it is awesome!

    • @DeveloperVoices
      @DeveloperVoices  4 หลายเดือนก่อน +3

      Yes, I definitely want to get Louis back soon. And with a bit of luck & planning, I'll also have someone else from the lovely Gleam community on soon. 🥳

    • @Onyx-it8gk
      @Onyx-it8gk 4 หลายเดือนก่อน

      @@DeveloperVoices Awesome!

    • @aDaily1222
      @aDaily1222 4 หลายเดือนก่อน

      @@DeveloperVoices cant wait! i wonder who it is...hayleigh? giacomo? idk anybody else lol

  • @jamesarthurkimbell
    @jamesarthurkimbell 7 หลายเดือนก่อน +5

    "Spawn a number of actors" 50:49 that's what Stellan Skarsgard did

  • @nisem0no
    @nisem0no 2 หลายเดือนก่อน +1

    Please add chapters to these 🙏

  • @Jojor11
    @Jojor11 4 หลายเดือนก่อน

    I’ve been trying out gleam for the last couple of months and I’m loving the experience so far.
    Good interview, it was interesting to watch

  • @benitoe.4878
    @benitoe.4878 5 หลายเดือนก่อน

    I really enjoyed this intelligent, friendly conversation. Thx, for recording it. Gleam is most certainly on my list. Also, I love Exercism. It's a great platform.

  • @rcoppy
    @rcoppy 7 หลายเดือนก่อน

    Thank you so much for this just absolutely excellent interview series, you’ve surfaced so many people and projects I would have never found otherwise!

  • @ElementResources-rp8ox
    @ElementResources-rp8ox 10 หลายเดือนก่อน

    Really nice interview. I am going to check out Gleam! Used Erlang a little and Elixir a bit more to learn FP, but love small, clean, simple languages and tooling. Greatly appreciate the wonderful video!

  • @nyanray
    @nyanray 7 หลายเดือนก่อน

    Great stuff! Got this from a friend and will share it!

  • @rdean150
    @rdean150 ปีที่แล้ว +3

    Subbed the moment he mentioned bleeps and bloops.

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน

    Erlang is not an implementation of the actor model. Processes can be actors, but not all Actors are processes, actors are just an abstraction, anything that sends/receives messages/process one message at a time/send a response is an actor, and also sending and receiving and the other words are abstractions. An actor can be a UNIX process with multiple threads or a subroutine, etc. The paper is very thorough about it so it is a great idea to read it.

  • @th3oth3rjak3_
    @th3oth3rjak3_ 10 หลายเดือนก่อน

    I’ve been using the exercism gleam track, and it’s been so great!

  • @CodingSync
    @CodingSync 7 หลายเดือนก่อน +2

    Gleam is looking quite polished with v1.0

  • @VolodymyrPavlyshyn
    @VolodymyrPavlyshyn 3 หลายเดือนก่อน

    algebraic effects is so cool

  • @ddddami1
    @ddddami1 7 หลายเดือนก่อน

    Hii, please how can I learn gleam... There aren't much resources online (makes sense cuz it's relatively new)

    • @DeveloperVoices
      @DeveloperVoices  7 หลายเดือนก่อน

      I'd try the recently-released Exercism track: exercism.org/tracks/gleam
      IIRC, it was written by Louis, so you'll be in good hands. :-)

  • @AlizabelaRosa
    @AlizabelaRosa ปีที่แล้ว +2

    syntax matters a lot to me, lol, i just wrote off learning roc because it hasn't got braces

  • @coder_one
    @coder_one ปีที่แล้ว

    Any predictions as to when we will reach version 1.0 and readiness for use in commercial projects?

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +1

      That's a really tough question. I don't think Louis' in any hurry to put the 1.0 badge on it, but I also know it's already in use in production.
      I guess it also raises the question, what does 1.0 mean? Production ready? Supported? Guaranteed not to make any major changes? Stack overflow already has answers to most of your questions?
      My impression is that what's already there is high quality enough to start relying on, but there's a lot of design work and fleshing out still to do. For anything more definite, I think you should probably head to the Gleam Discord and strike up the conversation. :-)
      discord.gg/Fm8Pwmy

    • @coder_one
      @coder_one ปีที่แล้ว +1

      @@DeveloperVoices regarding this version 1.0. I think this is such a "magic version".
      In the companies I've worked for, when a team of some programmer/developer wanted to use a new technology in a project, the CTO always stipulated that there was no permission for commercial use (and potential wasted budget) on technologies that were not (and here I quote) "minimally stable, i.e. at least version 1.0, provided versioning is carried out reliably".
      So while for me as a programmer, from a technical point of view, there is not much difference between 0.33v and 1.02v if I know that the technology is mature enough. In commercial projects, managers calculate the financial risk. Therefore, the rule there is usually 'the better is the enemy of the good' meaning that it is better to choose something potentially inferior but battle-tested because it is less financial risk.
      In conclusion, I think that this magical version "1.0" is simply needed to make it easier to convince business to use a technology commercially. ;)

    • @coder_one
      @coder_one ปีที่แล้ว

      @@DeveloperVoices the other point I'd like to make is one flaw I see in what's going on around Gleam.
      I am fascinated by Gleam. It looks like a great technology. Personally, I am a TypeScript developer. However, I've never had any commercial exposure to heavily functional programming, nor to languages created to be written primarily functionally. Therefore, what I write below is purely my opinion. I do not want it to be taken as some kind of dogmatic truth or, worse still, to provoke some kind of programming wars.
      New technologies need to catch some kind of publicity in the developer community in order to exist. According to my observation, one of the best ways to achieve this is when the community invests in teaching their technology.
      Unfortunately, I have to admit that in this field the functional programming world is doing very mediocrely (to put it mildly). If we compare the content related to tutorials for technologies related to object-oriented programming, we can see a huge variety, but above all topicality. On the other hand, one only has to search youtube for tutorials for functional languages. Most are noticeably outdated, often recorded in poor quality. This is very bad for the development of the community, especially when you consider that learning via youtube, udemy, etc. is now probably the most popular form of learning.
      I'm sad to see that Gleam suffers from the same problem - there is virtually no quality content online teaching Gleam in a structured way (the only material I've found is a Gleam track on exercism(dot)com, but that's categorically not enough!). I think Louis could definitely serve his community and his programming language better if, instead of another recording being a loose chat about Gleam, he created something more along the lines of educational content, in order to facilitate the influx of newcomers to the language and community, which should more than pay off in time.
      I'm keeping my fingers crossed for this project with the pleasure of completing further tasks on the Gleam track on exercism(dot)com

    • @-ion
      @-ion 8 หลายเดือนก่อน +2

      I predict March, 2024.

  • @beeshepard
    @beeshepard ปีที่แล้ว +1

    I would recommend learning from Elm in that reaching Ver 1.0 does matter, in a psychological sense.

  • @klasus2344
    @klasus2344 7 หลายเดือนก่อน +2

    I think Erlang has much nicer syntax than Elixir, but the tooling has not aged well. Gleam looks like an improvement over both

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน +1

    I love Erlang syntax, I don't see anything wrong with it. I really think that people who get put off by weirdness are just expressing their inner bigot.

  • @airman122469
    @airman122469 ปีที่แล้ว +3

    “Erlang is weird. And I’m saying that as a Lisp/Haskell guy”
    Yiiiikkkeess. When a Lisp dev thinks a language is weird…

  • @porky1118
    @porky1118 ปีที่แล้ว

    4:00 If you always want language features from other languages, I hope this is a language, where you can easily implement new features like in List or Scopes.

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว

      Do you mean like something Racket-esque? I don't think Gleam intends to be a language where users can dynamically extend the language itself. It's a very interesting point in the design space though.
      Maybe we should do an episode on Racket... 🤔

    • @porky1118
      @porky1118 ปีที่แล้ว

      @@DeveloperVoices I never used racket, it's just an extended Scheme, I think.
      But it's a Lisp, too.
      I don't like Scheme because of the macro system. I still prefer the Common Lisp Macro System, not the Scheme one, which also inspired Rust.
      >Maybe we should do an episode on Racket... 🤔
      I'd prefer an episode on Scopes, which is still in development. It has many important language features buiiltin (low level by default), and it's easy to create new ones.

    • @joshuadonahue5871
      @joshuadonahue5871 7 หลายเดือนก่อน

      ​@@porky1118wow forgot about scopes. I gotta check that out again

  • @liquid2499
    @liquid2499 ปีที่แล้ว +2

    Bit hard to hear you in the mix over the music on my tv speakers

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +1

      Oops, sorry. Hopefully that's better in recent episodes - I was still finding my feet for this one. 😊

    • @liquid2499
      @liquid2499 ปีที่แล้ว +1

      @@DeveloperVoices Thanks, I really enjoyed the interview! I subscribed, and am excited to see more!

  • @mikumikudice
    @mikumikudice 8 หลายเดือนก่อน

    I love how they were almost flirting in the beginning of the video. love my queer programming fellas

  • @canyonblue7735
    @canyonblue7735 2 หลายเดือนก่อน

    Bad Regex! so apropos, I think Louis was foreshadowing the future. LOL!

  • @ArtemMoskvin
    @ArtemMoskvin 7 หลายเดือนก่อน +1

    Why didn't you let the cat in? 😅

  • @CC-tb6tj
    @CC-tb6tj 7 หลายเดือนก่อน

    Nice polish

  • @draakisback
    @draakisback ปีที่แล้ว +1

    Gleam is a cool idea but I've already used Elixir and Rust in production together. They work rather well together for building NIFs or VNodes and you can reclaim a fair amount of performance while maintaining a fault tolerant system. To be fair though, many companies just use Erlang because they don't care so much about the syntax. I personally, am fine working with that prolog style syntax though I prefer the Elixir syntax more. it would be nice to have strict types though and also being able to compile to JS and WASM is a plus. You can't do that with traditional Elixir/Erlang. Though I wish Gleam had module level pattern matching like Erlang and Elixir do. Not being able to write multiple function heads is just a handicap imo.

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +1

      Oh that's very interesting - I didn't realise you could run Rust code inside the BEAM. 💡🙂

    • @nyahhbinghi
      @nyahhbinghi 10 หลายเดือนก่อน

      Super dumb comment. We want a statically typed language for the BEAM. Not C subroutines written in Rust that Elixir or Erlang calls.

  • @alpaslaneldemir6904
    @alpaslaneldemir6904 ปีที่แล้ว +2

    Anything is more popular that F# 🤣

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว

      I can neither confirm nor deny. I’m Switzerland. 😅

  • @ShawnMcCool
    @ShawnMcCool ปีที่แล้ว +3

    I honestly don't think Erlang looks bad at all...

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว

      Can we agree on...unusual? 😁

    • @ShawnMcCool
      @ShawnMcCool ปีที่แล้ว

      ​@@DeveloperVoices Sure, but I don't know if it's the multiple function clauses or arity specification or for comprehensions that does it..
      I think that the biggest thing that makes Erlang look different is that pattern-matching makes information hiding less common. So you end up parsing directly into bound values instead of just returning a single value that's bound to a single value.
      {this, That, _, Huh} = i_suspect:its_this_stuff().

  • @laughingvampire7555
    @laughingvampire7555 2 หลายเดือนก่อน

    the c syntax is the one thing that keeps me away from Gleam.

  • @chethelesser
    @chethelesser 7 หลายเดือนก่อน

    > Is Gleam your next programming language?
    That's a no for me, the performance and computational footprint are terrible at this moment and although it can and will be improved, something tells me it has a ceiling. And BEAM is worse performant than JVM generally, so the language will probably not come close to the likes of Scala and Closure. You hear stories of people migrating from Elixir for a reason.

  • @morgengabe1
    @morgengabe1 ปีที่แล้ว

    I think JavaScript is a failed attempt to create wasm.

  • @lordofdalords
    @lordofdalords ปีที่แล้ว

    stop renaming rust as different language :D

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +3

      I’m pretty sure all modern programming languages are just three assembly language instructions in a trench coat. 😁

  • @geekjeremy
    @geekjeremy ปีที่แล้ว +1

    Stopped at 17 seconds

    • @DeveloperVoices
      @DeveloperVoices  ปีที่แล้ว +1

      Dang, I’ll have to get my rhetorical devices to pay off more quickly next time. 😅

    • @-ion
      @-ion 8 หลายเดือนก่อน +1

      Stopped at 3200 seconds.