Search
42 results for “fosskers”
-
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
(fizz-src (series 'fizz))
(buzz-src (series 'buzz))
(by3s (scan-range :from 0 :by 3))
(by5s (Scan-range :from 0 :by 5))
(fizzes (mask by3s))
(buzzes (mask by5s))
(fizz/buzzes (#Mlist (#Mand fizzes fizz-src)
(#Mand buzzes buzz-src))))
(list (collect-nth x (#Mand fizzes fizz-src))
(collect-nth x (#Mand buzzes buzz-src))
(collect-nth x nos))))
Oh if I don't tell it to cons, it's faster than loop. -
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
(fizz-src (series 'fizz))
(buzz-src (series 'buzz))
(by3s (scan-range :from 0 :by 3))
(by5s (Scan-range :from 0 :by 5))
(fizzes (mask by3s))
(buzzes (mask by5s))
(fizz/buzzes (#Mlist (#Mand fizzes fizz-src)
(#Mand buzzes buzz-src))))
(list (collect-nth x (#Mand fizzes fizz-src))
(collect-nth x (#Mand buzzes buzz-src))
(collect-nth x nos))))
Oh if I don't tell it to cons, it's faster than loop. -
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
(fizz-src (series 'fizz))
(buzz-src (series 'buzz))
(by3s (scan-range :from 0 :by 3))
(by5s (Scan-range :from 0 :by 5))
(fizzes (mask by3s))
(buzzes (mask by5s))
(fizz/buzzes (#Mlist (#Mand fizzes fizz-src)
(#Mand buzzes buzz-src))))
(list (collect-nth x (#Mand fizzes fizz-src))
(collect-nth x (#Mand buzzes buzz-src))
(collect-nth x nos))))
Oh if I don't tell it to cons, it's faster than loop. -
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
(fizz-src (series 'fizz))
(buzz-src (series 'buzz))
(by3s (scan-range :from 0 :by 3))
(by5s (Scan-range :from 0 :by 5))
(fizzes (mask by3s))
(buzzes (mask by5s))
(fizz/buzzes (#Mlist (#Mand fizzes fizz-src)
(#Mand buzzes buzz-src))))
(list (collect-nth x (#Mand fizzes fizz-src))
(collect-nth x (#Mand buzzes buzz-src))
(collect-nth x nos))))
Oh if I don't tell it to cons, it's faster than loop. -
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
(fizz-src (series 'fizz))
(buzz-src (series 'buzz))
(by3s (scan-range :from 0 :by 3))
(by5s (Scan-range :from 0 :by 5))
(fizzes (mask by3s))
(buzzes (mask by5s))
(fizz/buzzes (#Mlist (#Mand fizzes fizz-src)
(#Mand buzzes buzz-src))))
(list (collect-nth x (#Mand fizzes fizz-src))
(collect-nth x (#Mand buzzes buzz-src))
(collect-nth x nos))))
Oh if I don't tell it to cons, it's faster than loop. -
@fosskers Here's my point-free solution in #JanetLang using PEG
I guess Janet doesn't have a uniqueness function? I couldn't find it at least.
Also posted this on the Doom Emacs Discord
(def grammar
~{:main (* :words -1)
:words (any (+ ,;ignored-terms ':word 1))
:word (at-least 3 :a)})(def run (comp keys frequencies |(peg/match grammar $) string/ascii-lower))
-
-
@SDF @kentpitman @louis @dokuja @gemlog @fosskers @prahou @ekaitz_zarraga @neauoire @svetlyak40wt
#lisp y #gopher show archive https://archives.anonradio.net/202308230000_screwtape.mp3
Other archives from this year
https://archives.anonradio.net/#screwtape
Thank you everyone! We were of course chatting away on SDF.org's #commode chat, inspired by TOPS-20 CHAT hacked up by smj ! See you next week! -
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS
-
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS
-
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS
-
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS
-
Cross-Compiling Common Lisp for Windows
https://www.fosskers.ca/en/blog/cl-windows
#HackerNews #CrossCompiling #CommonLisp #Windows #LispProgramming #TechNews #FOSS
-
#lispyGopher #climate at 0UTC wed #LIVE (Tuesday night for some) https://anonradio.net:8443/anonradio @SDF
- I'm describing this as found poetry https://climatejustice.social/@kentpitman/112009750601054863 @kentpitman- Lispaversary @larsbrinkhoff
- @louis deluxe web #gopher search https://emacs.ch/@louis/112011612215536709
@fosskers @zyd#lisp : Other than the historical bits above, I want to talk about #erisa's presentation of technocognitive intelligences and lisp, and relate this to #MOO virtual reality.
Show #art @prahou
#music @cinap_lenrek <3 owls -
Ah yes, another ☕️ deep dive into the enigma of Common Lisp #types, where Colin Woodbury educates us on the clear sky-high importance of understanding them, while simultaneously proving why only 12 people care. 🎩✨ A riveting read for anyone who’s awake at 3 AM pondering the fluidity of fixnums. 💤
https://www.fosskers.ca/en/blog/cl-type-quirks #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated -
Ah yes, another ☕️ deep dive into the enigma of Common Lisp #types, where Colin Woodbury educates us on the clear sky-high importance of understanding them, while simultaneously proving why only 12 people care. 🎩✨ A riveting read for anyone who’s awake at 3 AM pondering the fluidity of fixnums. 💤
https://www.fosskers.ca/en/blog/cl-type-quirks #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated -
Ah yes, another ☕️ deep dive into the enigma of Common Lisp #types, where Colin Woodbury educates us on the clear sky-high importance of understanding them, while simultaneously proving why only 12 people care. 🎩✨ A riveting read for anyone who’s awake at 3 AM pondering the fluidity of fixnums. 💤
https://www.fosskers.ca/en/blog/cl-type-quirks #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated -
Ah yes, another ☕️ deep dive into the enigma of Common Lisp #types, where Colin Woodbury educates us on the clear sky-high importance of understanding them, while simultaneously proving why only 12 people care. 🎩✨ A riveting read for anyone who’s awake at 3 AM pondering the fluidity of fixnums. 💤
https://www.fosskers.ca/en/blog/cl-type-quirks #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated