#functionalprograming — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #functionalprograming, aggregated by home.social.
-
Built my first lisp (after already having started writing two compilers xD) in #zig! Mainly to test out the language, but it was much fun anyway.
It also got a few ideas for my own language for a few functional programming things :D
I enoyied the most the memory checking zig does, be it leaks, use-after-free or double-free, which makes this project the most easy to be memory-safe out of all my native (c-like) projects whithout multiple days using #valgrind xD
#foss #oss #opensource #programming #langdev #lisp #coding #c #c++ #zig #functionalprograming #compilerdev
-
CW: Advent of Code
I just completed Day 7 of #AdventOfCode2023 in #Elixir
https://adventofcode.com/2023/day/7This was not particularly difficult, but rather verbose to code. All in all, one of those days I am truly happy I am a #FunctionalPrograming #fangirl, since pattern-matching makes my implementation almost a specification!