Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

I dreamt about #Lisp last night.

Uncategorized
2 1 23

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • Some more of #7guis Cells work.

    Uncategorized 7guis mcclim lisp
    2
    0 Votes
    2 Posts
    7 Views
    @jackdaniel Neat. Will you publish the code of these examples?
  • 0 Votes
    1 Posts
    14 Views
    Let me show off my last project: ediaf an extensible digital frame.It started, some months ago, as a simple replacement for my alarm clock but it became soon a serious, pathological, over-engineering case that features: moon phase calculator, English dictionary, weather forecast and music player. And all of these are extensions installed from its package manager (also an extension! 😅).And yes an alarm clock is available too! 😉https://www.autistici.org/interzona/ediaf.html#lisp #AlarmClock #RaspberryPi
  • 0 Votes
    1 Posts
    10 Views
    ChessLab, desktop #chess program written in #lisp with a new GUI toolkit.https://tomscii.sig7.se/2025/11/ChessLab-A-program-for-chess-players> record and replay games, move table, positions analysis, play against the computer (UCI engine, stockfish), solve puzzles, 3D chessboard, selectable board surface and piece set…Lisp = "Insane productivity!"#commonlisp
  • Guile Hoot IDE.

    Uncategorized nlnet guile hoot scheme
    2
    0 Votes
    2 Posts
    10 Views
    @abcdw @cwebber @wingo sounds interesting! over at spritely we have been behind on getting a real repl built for hoot but we will be starting on that soon, so hopefully some components of that will be of use to you.one nit: Dave Thomas is the Wendy's guy, I'm Dave Thompson 😉one comment: hoot does indeed have the power of guile's psyntax macro expander now, as well as a runtime module representation, so you shouldn't need to devote any of your dev time to that (excluding any bugs that could be lurking)one question: what does "Nested evaluation and evaluation session switcher" mean in practice? I can make guesses but I'm not sure what you mean there.