Pedrinho
banner
definitelydrinho.bsky.social
Pedrinho
@definitelydrinho.bsky.social
Domain Modelling, Software Design, F#
yep, twitter is down
May 24, 2025 at 1:46 PM

Finally managed to recreate recreate something similar to TSoding's Haskell homemade parser combinator implementation using F#. I was stucked in the error of the first image, but after some research I learned that I could solve this using lazy evaluation!!
November 23, 2024 at 9:35 PM
'a
oh you’re into static typing? name all the types
November 15, 2024 at 4:23 PM
Just watched Tsoding's JSON Parser tutorial in Haskell and felt inspired to try and implement my own parser in F# from Scratch.
My goal is to resemble the same subset of lisp that Norvig was able to Parse with his Lispy :))
November 15, 2024 at 12:20 AM