home.social

Search

42 results for “fosskers”

  1. @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.

  2. @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.

  3. @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.

  4. @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.

  5. @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.

  6. @fosskers did you have any issues with dependencies when initially starting up the lapis server? I’ve been trying to start a new project and I keep getting errors like “lpeg” is not defined.

  7. @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))

  8. Falldown, the classic game revived for the game jam!

    fosskers.itch.io/falldown

    Written in via the

  9. Falldown, the classic #ti83 game revived for the #lisp game jam!

    fosskers.itch.io/falldown

    Written in #fennel via the #tic80

  10. Falldown, the classic #ti83 game revived for the #lisp game jam!

    fosskers.itch.io/falldown

    Written in #fennel via the #tic80

  11. Falldown, the classic #ti83 game revived for the #lisp game jam!

    fosskers.itch.io/falldown

    Written in #fennel via the #tic80

  12. Falldown, the classic #ti83 game revived for the #lisp game jam!

    fosskers.itch.io/falldown

    Written in #fennel via the #tic80

  13. @fosskers Agreed. The one criticism I have is that when you install something, the download info and progress bar is just written over the UI (wherever the cursor happens to be), creating a total visual mess. But apart from that, #ghcup is very nice.

  14. @daviwil @fosskers this is the thing, I love #srht but lack of org support is a major hassel

  15. @SDF @kentpitman @louis @dokuja @gemlog @fosskers @prahou @ekaitz_zarraga @neauoire @svetlyak40wt
    #lisp y #gopher show archive archives.anonradio.net/2023082
    Other archives from this year
    archives.anonradio.net/#screwt
    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!

  16. #lispyGopher #climate at 0UTC wed #LIVE (Tuesday night for some) anonradio.net:8443/anonradio @SDF
    - I'm describing this as found poetry climatejustice.social/@kentpit @kentpitman

    - Lispaversary @larsbrinkhoff
    - @louis deluxe web #gopher search emacs.ch/@louis/11201161221553
    @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

  17. 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. 💤
    fosskers.ca/en/blog/cl-type-qu #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated

  18. 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. 💤
    fosskers.ca/en/blog/cl-type-qu #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated

  19. 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. 💤
    fosskers.ca/en/blog/cl-type-qu #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated

  20. 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. 💤
    fosskers.ca/en/blog/cl-type-qu #CommonLisp #LispProgramming #TechEducation #NightOwl #ProgrammingInsights #HackerNews #ngated