Skip to content
View jpramassini's full-sized avatar
🤠
🤠
Block or Report

Block or report jpramassini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. fft_elixir fft_elixir Public

    I wanted to understand Fast Fourier Transforms (FFT) a bit better and write it in Elixir, so here we are. This is obviously a bit of a toy version, but still pretty fun to put together.

    Elixir

  2. clox clox Public

    Implementation of clox, following Bob Nystrom's Crafting Interpreters

    C

  3. jlox jlox Public

    This code follows the Java Tree-Walk Interpreter section of Bob Nystrom's Crafting Interpreters with some personal touches here and there.

    Java