Тёмный

5 Reasons to Learn Scheme in 2024 

System Crafters
Подписаться 34 тыс.
Просмотров 12 тыс.
50% 1

In this video, I'll give you 5 reasons why I think you should learn Scheme this year! Regardless if you are a programming beginner or an expert hacker, there is a lot to be gained from learning this language. Come let me know what you think!
#scheme #lisp #guile #racket #functionalprogramming #gnu
JOIN THE GUILE SCHEME COURSE:
I'll be running a live, interactive training course on Guile Scheme in February 2024! Click this link to learn more and sign up:
systemcrafters.net/courses/ha...
SUPPORT THE CHANNEL:
👍 Support My Work: systemcrafters.net/how-to-hel...
📰 Subscribe to the Newsletter: systemcrafters.net/newsletter/
👕 store.systemcrafters.net
📘 Get Your Copy of Mastering Emacs: www.masteringemacs.org/r/syst...
SHOW NOTES:
systemcrafters.net/learning-g...
RELATED VIDEOS:
- 5 Reasons to Try Guix in 2022:
• 5 Reasons to Try Guix ...
CHAPTERS:
- 00:00 Intro
- 00:08 What is Scheme?
- 00:54 You will deepen your programming knowledge
- 02:34 Incredibly powerful features
- 02:24 Efficient recursion
- 03:47 Hygenic macros
- 05:23 Continuations
- 07:28 Wide variety of Scheme implementations
- 09:51 You can write any kind of application with it
- 11:40 You will get the full benefit of GNU Guix
- 12:54 Let me know your thoughts!
JOIN THE COMMUNITY:
systemcrafters.net/community/
fosstodon.org/@daviwil
MY CONFIGURATION:
config.daviwil.com
config.daviwil.com/emacs
config.daviwil.com/systems (Guix)
OTHER SERIES:
- Emacs Essentials: • The Absolute Beginner'...
- Emacs From Scratch (2020 Version): • Emacs From Scratch #1 ...
- Emacs Tips: • Emacs Tips - How to Sh...
- Emacs Desktop Environment: • Emacs Desktop Environm...
- Emacs IDE: • Emacs From Scratch #8 ...
- Emacs Mail: • Streamline Your E-mail...
- Learning Emacs Lisp: • Introduction to Emacs ...
- Craft Your System with GNU Guix: • An Introduction to GNU...
CREDITS:
Coriolis Effect by logos feat. stefsax, licensed Creative Commons 3.0 CC-BY ccmixter.org/files/mseq/26296
reNovation by airtone, licensed Creative Commons 3.0 CC-BY ccmixter.org/files/airtone/60674
ukeSounds by airtone, licensed Creative Commons 3.0 CC-BY ccmixter.org/files/airtone/32655
Between Worlds (Instrumental) by Aussens@iter, licensed Creative Commons 3.0 CC-BY ccmixter.org/files/tobias_webe...

Наука

Опубликовано:

 

28 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 73   
@memory-heap
@memory-heap 6 месяцев назад
Hi! Thanks for the great Scheme overview! I'm using Scheme for more than ten years already; there are several Guile libraries that I developed during the years and still maintain. One of the my libraries that I'm kinda proud of is Guile-SSH that is used in GNU Guix for its offloading feature and some other stuff.
@SystemCrafters
@SystemCrafters 6 месяцев назад
That's awesome! You certainly have made a bunch of useful libraries, thanks for that! The Guile ecosystem definitely needs people like you who are willing and able to flesh out the ecosystem
@ade5324
@ade5324 6 месяцев назад
scheme is perfect programming language to learn programming languages (how they work) currently enjoying "lisp in small pieces" book and half-way though mit 6.001 video lectures, i don't even care that its a niche language anymore, its been a pleasure.
@SystemCrafters
@SystemCrafters 6 месяцев назад
Lisp in Small Pieces is such a great book!
@nazmi3126
@nazmi3126 6 месяцев назад
I dabbled a little bit in Racket and Common Lisp by following the book Realm of Racket and Land of Lisp. Both great books and in the Lisp family of languages with Scheme. I really like lisp languages - something about all those parenthesis appeals more than 'C-type' syntax.
@bitwize
@bitwize 4 месяца назад
Video length: 13:37. Perfection. Very fitting.
@capability-snob
@capability-snob 6 месяцев назад
Not just tail call optimisation but _tail call elimination_. The difference is that in scheme, it's a property you can rely on, and can happily tail call all day, safe in the knowledge you're not growing the stack.
@SystemCrafters
@SystemCrafters 6 месяцев назад
That's right, I should have referred to it like that. It's a great feature!
@alurma
@alurma 6 месяцев назад
True
@9s-l-s9
@9s-l-s9 6 месяцев назад
So to the questions at the end: I was recently looking into which lisp I should learn. As I am already using guix, at first scheme seemed great. I also like the general design philosophy of a simpler feature set compared with other lisps. However my end goal would be to have some sort of lisp machine. And I found that actually common lisp currently offers a wider number of apps for this. I can configure stumpwm, nyxt and lem all with the same language. So I started with common lisp.
@SystemCrafters
@SystemCrafters 6 месяцев назад
Common Lisp is definitely a good choice for that. Perhaps if more people learn Scheme we'll see more Scheme-configurable apps of a similar kind. There is the Nomad browser which is like Nyxt for Guile Scheme but I don't know if it's still being developed/maintained.
@9s-l-s9
@9s-l-s9 6 месяцев назад
@@SystemCrafters Yeah, well I am not too happy with Common Lisp. I really would prefer a simple language. Btw, is the course going to be free? (also, the link is not working for me)
@SystemCrafters
@SystemCrafters 6 месяцев назад
The course is paid due to the interactive nature and time involved. It appears Codeberg Pages is down at the moment so my site is unfortunately down :( Hopefully will be back up soon
@gagagero
@gagagero 6 месяцев назад
​​@@9s-l-s9Common Lisp is simple. It (just like Scheme) has a large standard library, which is where most of the complexity comes from. But if you want to create a Lisp machine of sorts, probably the only way to do that is to load everything into one single CL image, maybe on different threads.
@applecastaway4256
@applecastaway4256 6 месяцев назад
Thanks for the video! I just installed guix last week and now started learning guile scheme, looking forward to more guix & scheme videos from you in the future!!
@SystemCrafters
@SystemCrafters 6 месяцев назад
I also find it to be complex, but its ability to apply shared, reproducible configurations across machines keeps me there.
@ymaysernameuay1113
@ymaysernameuay1113 6 месяцев назад
Racket is the best! Deserves it own video
@9s-l-s9
@9s-l-s9 6 месяцев назад
Yeah, a new video 🥳
@joshuacottrell7225
@joshuacottrell7225 6 месяцев назад
I subscribed to the newsletter partially in hopes of seeing an intermediate scheme course. I hope the beginner one is successful enough to encourage you to run one.
@SystemCrafters
@SystemCrafters 6 месяцев назад
I will definitely run an intermediate Guile course, that's where the real fun will begin! What would you hope to learn from such a course?
@joshuacottrell7225
@joshuacottrell7225 6 месяцев назад
@@SystemCrafters I'd hope to learn how to move beyond the small (one to three source file) projects to something larger that maybe included an outside package (outside: via a package manager), where macro code goes relative to other code, and maybe utilize a database. What's a step or two beyond Advent of Code problems? That's my initial definition. I'd likely take it (finances allowing at the time of release) if it didn't re-explain syntax, expressions, car/first, cdr/rest, cond, recursion, lambda/anonymous functions, etc.
@SystemCrafters
@SystemCrafters 6 месяцев назад
@joshuacottrell7225 Yep, not re-explaining the basics would be the goal! My early thoughts on an intermediate to advanced course definitely cover a lot of what you mentioned there. I think we'd try to develop a networked application of some sort, enough to feel like it's an approximation of a real world application
@the-lisper
@the-lisper 6 месяцев назад
I really like simplicity and minimalism when designing software, but I wish the compiler could provide more warning!
@lorensims4846
@lorensims4846 6 месяцев назад
Very nice, comprehensive, and concise video! I've noticed that you tend to ramble when you're not working from a script. I like this much better. I've been fascinated with Lisp[ ever since I first heard of it in 1980 in Byte magazine when it was introduced as the language of artificial intelligence. Emacs is a good example of what can be done with Lisp. The original version of Emacs was written in MacLisp, a version that featured easy use of macros. In GNU Emacs, Elisp is a version of MacLisp. I understand Gnu is currently looking to convert Emacs to work with Guile to better integrate with the whole Gnu ecosystem because Guile is intended to be THE system-wide scripting language for Gnu. I really like Guile because of its interoperability with C. It's easy to write a C program in Guile and to write a Guile program in C. The idea is to make it easy to add Guile to your application as the application's built-in scripting language, much the way Elisp is Emacs's built-in scripting language. It is a completely different paradigm in programming, much as OCaML, Forth, or even Tcl are. It's good to see different ways to do what you're used to doing to stretch your understanding of programming principles. I've started working with Guile a couple of times and have found it to be quite enjoyable, but somehow I keep getting distracted by something else. I feel that Guile is very important to the Gnu ecosystem and for that reason alone I want to become proficient in it. Thank you for offering the series. It's just what I've been looking for.
@pedrodelfino9493
@pedrodelfino9493 6 месяцев назад
Nice! What about Racket? Except for Guix, Racket feels more like a 2024 topic than Scheme. What do you think about Racket?
@TheLittlehuihui
@TheLittlehuihui 6 месяцев назад
Nice video. What is your opinion on Scheme vs Common Lisp + Coalton ?
@SystemCrafters
@SystemCrafters 6 месяцев назад
Haven't tried Coalton! I'm more of a fan of Scheme than CL, but Coalton is surely interesting.
@abarocio80
@abarocio80 6 месяцев назад
Guix is actually my main interest on scheme, but not the only one.
@c1dk1n
@c1dk1n 6 месяцев назад
Can we game on Guix yet?
@SystemCrafters
@SystemCrafters 6 месяцев назад
Steam and other game launchers are in the Nonguix channel, there's also the Guix Games Channels which package up a lot of games you might find on GOG, etc, but you need the data files for them to operate
@abarocio80
@abarocio80 6 месяцев назад
@@c1dk1n I have some mixed results with Steam. When a game responds well to a game pad, it is as good as with Archlinux.
@c1dk1n
@c1dk1n 6 месяцев назад
@@SystemCrafters thanks for the response as always. That just leaves flakes for me. I suppose I could just use nix with guix for that.
@infrofl6557
@infrofl6557 6 месяцев назад
This sounds extremely interesting. Will the course be available online at some point?
@SystemCrafters
@SystemCrafters 6 месяцев назад
I am considering making a recorded version without the live component but I want to run the live course a few times first to get real-time feedback on the content. The recorded one should be really polished!
@bobanmilisavljevic7857
@bobanmilisavljevic7857 6 месяцев назад
🔥
@cadetriestocode
@cadetriestocode 4 месяца назад
I really love the idea of chicken but it hasn’t been maintained for about two years I think. (Hope I’m wrong!)
@victorpinasarnault9135
@victorpinasarnault9135 3 месяца назад
Scheme with WASM? That's lovelly!
@jollysan3228
@jollysan3228 6 месяцев назад
There is Gauche which conforms to R7RS !
@reisen1553
@reisen1553 6 месяцев назад
Small is beautiful. Small is powerful. Small is easy to understand. I like the Scheme programming language because it is small. It packs a large number of ideas into a small number of features. - Guy L. Steele, Jr.'s foreword in Scheme and the Art of Programming.
@user-bm1qb4dp8i
@user-bm1qb4dp8i 6 месяцев назад
👍 for the "tail call optimization"
@theena
@theena 6 месяцев назад
David, I am hoping to use this year to learn Common Lisp as a first-ish programming language (have experience with some python, some Lua (because I use NeoVim). Would this be a good way to get into Lisp as a whole?
@SystemCrafters
@SystemCrafters 6 месяцев назад
Common Lisp is a perfectly fine language to get started with, you will learn a lot that will transfer to other Lisps
@gagagero
@gagagero 6 месяцев назад
I wouldn't recommend it. Something else that doesn't need as much theory and is more common (like C or Python) would be better for getting core programming concepts down. Even Scheme with SICP would be a better choice.
@strix0797
@strix0797 6 месяцев назад
Wow a video! Who would've thought "_"
@SystemCrafters
@SystemCrafters 6 месяцев назад
The first of many this year!
@strix0797
@strix0797 6 месяцев назад
@@SystemCrafters hope so 🤞
@aminnairidev
@aminnairidev 6 месяцев назад
Do you realise this video is 13:37 long? 😂
@SystemCrafters
@SystemCrafters 6 месяцев назад
Was not on purpose, must mean that Scheme is really 1337!
@kodtaku
@kodtaku 6 месяцев назад
Ah memories my second programming language at uni. 😂
@LeroyCellador
@LeroyCellador 6 месяцев назад
Which scheme to write backend services, like HTTP APIs etc?
@SystemCrafters
@SystemCrafters 6 месяцев назад
Guile, Chicken, Racket or Gerbil would work well for that
@alurma
@alurma 6 месяцев назад
Thanks. For learning functional programming, I think it's better to learn languages tailored for the paradigm, particularly Clojure, Haskell, Erlang, Elixir or OCaml, not Scheme or Lisp. I agree on the other points. Exciting to see Scheme on the Web!
@SystemCrafters
@SystemCrafters 6 месяцев назад
Scheme actually is tailored for the paradigm, its design is directly inspired by lambda calculus. I don't think that a language needs immutable data structures or to refuse binding reassignments to be an effective functional language, it all depends on how you write the code. You definitely can't say the same thing about Common Lisp, though, I would not call that a functional language even though you can program in a functional style.
@alurma
@alurma 6 месяцев назад
Yeah, we can agree to disagree. I'm not saying Scheme isn't functional. The word has many meanings. Having functional data structures syntactically close in languages like Clojure, Haskell, etc. makes a difference. It's possible to program in a functional style in ANY mainstream programming language (Go, Python, name it), there are ways to achieve this. Scheme makes some things easier (e.g. tail calls are eliminated). Haskell, OCaml, Erlang and Elixir even more so (one could argue that Clojure is a bit different because on JVM it's expensive to eliminate tail calls so Clojure doesn't do it automatically, gotta do yourself). So, I hope you got my idea. If so, we can agree do disagree (or agree to agree, you decide 🙂)
@mattinykanen4780
@mattinykanen4780 6 месяцев назад
I code in Haskell nowadays. (As a soon-to-retire academic, I can afford that luxury.) But I arrived there from Scheme: While I loved its delay/force mechanism, I hated how much self-discipline it took to get that code to work... or even to avoid a black hole... Oh how I wish the compiler could ease that burden! But hey, there's this "Hindley-Milner type inference" thingy; maybe it could help? Hence whenever a student asks me about how to get started in functional programming, I mostly suggest starting with Scheme and not Haskell. While types are _extremely_ important, it is easier to learn new stuff one step at a time.
@vikinghornsfromhell
@vikinghornsfromhell 2 месяца назад
When adding the non-free modules to guix, the "guile" scheme fails miserably! So don't waste your time, unless you use the defaults (libre)!
@SystemCrafters
@SystemCrafters 2 месяца назад
It might be easier to get help if you start by sharing the actual error message. I'd recommend using forum.systemcrafters.net instead of posting comments on multiple videos.
@user-cd4tl4zj1x
@user-cd4tl4zj1x 13 дней назад
1(x),2(x),3(x),4(x),5(?)
@ciphertext01
@ciphertext01 6 месяцев назад
I can remember customizing the eGate (Software Technology Corporation --> renamed SeeBeyond --> sold to Sun Microsystems) Integrator product using a language known as Monk. Monk is a derivative of Scheme. It was a fast. I suspect Scheme is just as fast, if not faster, in its execution.
@SystemCrafters
@SystemCrafters 6 месяцев назад
Wow, that's cool!
@jakubdlugosz8090
@jakubdlugosz8090 6 месяцев назад
Where can I get this GNU/Guix hat?
@SystemCrafters
@SystemCrafters 6 месяцев назад
You can buy one from the designer of the Guix logo here: um4no.creator-spring.com/
@TheLongestConfidence
@TheLongestConfidence 2 месяца назад
Clojure has an emphasis on immutable data structures, but *not* pure functions. You should write pure functions wherever possible, just like any other language, but functional purity is not a core philosophy of the language, nor even idiomatic.
@i-am-linja
@i-am-linja 2 месяца назад
This video really adds nothing over the article. You could have at least shown and run some actual Scheme code.
@MMABeijing
@MMABeijing Месяц назад
I did not know about the article, but I get what u r saying
@grimaldjatlineur
@grimaldjatlineur 11 дней назад
learn scam?
@gammyhorse
@gammyhorse Месяц назад
It's practically useless.
@SystemCrafters
@SystemCrafters Месяц назад
Depends on what you're trying to build, but Scheme is far from useless.
@gammyhorse
@gammyhorse Месяц назад
@@SystemCrafters Prove it with a project then. Talk is cheap.
@SystemCrafters
@SystemCrafters Месяц назад
GNU Guix
@kosbarable
@kosbarable 2 месяца назад
Only LamdaNative is noticed(( What game frameworks we have on Scheme?
Далее
Я КУПИЛ САМЫЙ МОЩНЫЙ МОТОЦИКЛ!
59:15
Как вам наш дуэт?❤️
00:37
Просмотров 1 млн
Лепим из пластилина🐍
00:59
Просмотров 549 тыс.
Guile, Guix and WASM, the future of the Web?
52:13
Просмотров 1 тыс.
Why You Shouldn't Nest Your Code
8:30
Просмотров 2,6 млн
Ok I tried Tree-sitter! Here is what I think about it...
1:56:47
So You Think You Know Git - FOSDEM 2024
47:00
Просмотров 1 млн
[Scheme'22]  Programming is (should be) fun!
52:26
Просмотров 30 тыс.
Compilers, How They Work, And Writing Them From Scratch
23:53
A Guiler's Year of Racket
26:56
Просмотров 12 тыс.
Новодельный ноутбук Pocket386
1:16:17
НЕ БЕРУ APPLE VISION PRO!
0:37
Просмотров 355 тыс.
APPLE дают это нам БЕСПЛАТНО!
1:01
Просмотров 784 тыс.