You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @j14159, during your talk at EEF you mentioned that not all guards are implemented yet, and that it's a good opportunity for a newcomer. If it's not being tackled by anyone yet, I'd like to implement them. Could you give me a hint on where could I start? I think it's a good opportunity to learn just a bit how Alpaca works internally 🙂
The text was updated successfully, but these errors were encountered:
Great idea! Happy to answer questions and point out where to start :) If you were looking for a particular check to begin with, something like is_port is probably good.
And you will likely need to change a few simple things in alpaca_typer.erl and alpaca_codegen.erl too. Can't recall exactly what off the top of my head but happy to answer more questions here or in IRC! In terms of testing I'd suggest writing a simple Alpaca file that lives in test_files/ and gets compiled and loaded in a test in alpaca.erl, you might want to write something that uses the FFI to even call out to Erlang libraries :D
Hi,
@j14159, during your talk at EEF you mentioned that not all guards are implemented yet, and that it's a good opportunity for a newcomer. If it's not being tackled by anyone yet, I'd like to implement them. Could you give me a hint on where could I start? I think it's a good opportunity to learn just a bit how Alpaca works internally 🙂
The text was updated successfully, but these errors were encountered: