https://toobnix.org/w/9BR6mZAhRv5iJNS6P5fnNv
#bookstodon #snowCrash #scifi #bookreview sharpsign off the cuff and tired #lisp what are the odds I won't talk about lisp. #peertube #live
sharpsign
https://toobnix.org/w/9BR6mZAhRv5iJNS6P5fnNv
#bookstodon #snowCrash #scifi #bookreview sharpsign off the cuff and tired #lisp what are the odds I won't talk about lisp. #peertube #live
sharpsign
Lisp-family #IRC channels you may want to hang out on.
#commonlisp is for Common Lisp
#clojure for Clojure
#lisp is for any $LISP
#lispcafe for off topic discussions
#sicl https://github.com/robert-strandh/SICL
#clasp The CL/C++ interop implementation
#fennel Fennel Lang
#emacs For Emacs / Elisp discussions
@kentpitman @gemlog
-official wristwatch thread of this episode @gnemmi https://mastodon.sdf.org/@gnemmi/111054131252421232
-Music by fantastic #synthember TRACKADAYist @mxv
@prahou #unix_surrealism https://lemmy.sdf.org/c/unix_surrealism
@matto #gopher #phloggersgarage on #liberachat #irc
@rwxrwxrwx well, hopefully I'm going to use :Cl-buchberger on air for #synthember who recomends #lispcafe on liberachat.
Support #unix_surrealism (re: my hacker topic in the show, hopefully)
https://merveilles.town/@prahou/111051849849976828
@fstateaudio new album see them !
Attached: 1 image You guys ... in this times of "everything has to be smart, connected, obsolescence programmed, etc, etc" crap .. am I alone in this one? ( and yes .. in case you are wondering, the "G" engraved on the front button stands for "Gonzalo". Casio custom makes all the 6900 series just for me 😂 ) #Casio #GShock #DW6900
The Acknowledgements section is crazy haha, with mentions such as Cliff Click (OG Hotspot JIT compiler architect) and Larry Masinter (Xerox PARC Interlisp) along with the nice SBCL and Kandria devs.
#lispcafe grindset 😤
@riley I would also like to add that the CL community is relatively small, but it does have passion and is very much alive. We have even had increased activity with the introduction of online meetings where we showcase projects. The community is mostly focused around #lisp #lispcafe #clschool on freenode (they're also accessible via the matrix bridge). The online meetings can be found here https://www.youtube.com/channel/UCymtXMj1M7cKiV9TKLoTtEg/videos
Most beginners are pointed towards http://www.gigamonkeys.com/book/ but it is also worth just diving in and asking questions while referencing this to find out how to do '''trivial''' (for lack of a better word) things.
The editor I recommend using is https://portacle.github.io/ to begin with, however this comes with a structural editing mode called Paredit, which can be very confusing to a beginner, basically you manipulate the lists with the keyboard rather than deleting and unbalancing parens. There is a cheat sheet here https://github.com/georgek/paredit-cheatsheet/blob/master/paredit-cheatsheet-refcard.pdf
If that is too much you it can be disabled and you could use alternative editors (Vim, Atom and Sublime now all have extensions supporting interaction but I do not recommend them, I would strongly recommend attempting to use Emacs (Portacle) + Paredit first)