I wrote a blog post about the first day of Advent of Code.
blog.dhsdevelopments.com/adven…
#adventofcode #kap #apl #programming
Advent of code 2024
So Advent of Code is done, and I make an actual effort this time. Of course I used Kap, and the final tally ended up being 32 out of 50 s...Elias Mårtenson
modulux
in reply to Elias Mårtenson • • •Elias Mårtenson
in reply to modulux • • •@modulux The REPL's include an input method that allows you to type them using a prefix character (usually backquote). So to type
⊂
you press backquote followed by z.The web-based client shows the keyboard layout: kapdemo.dhsdevelopments.com/cl…
There's also an Emacs mode for people who prefer that. It's also my intent to create a custom keyboard layout for Linux, but I haven't done that because I personally have no need for it. There is one for APL though, which has almost all the symbols needed.
Kap client
kapdemo.dhsdevelopments.commodulux
in reply to Elias Mårtenson • • •