Conrad Steenberg

Results 6 issues of Conrad Steenberg

Since most ESP32s have 2 cores, does AtomVM support parallel execution?

enhancement

For a `pgsql_connection:extended_query` of the form INSERT INTO address (v, acct_id, org_id,) VALUES ( $1, $2, $3) RETURNING id; The return value is e.g. ```{{insert, 0, 1}, {[{record, }]}}``` I.e....

Thanks for a very useful extension! I noticed that if `eunit` is included with ``` -include_lib("eunit/include/eunit.hrl"). ``` there are warnings about unused functions ending in `_test`. The `eunit` module exports...

Very interesting project! If you plan to keep working on the language it would be very useful to be able to call other C functions :)

To help with learning. Exercism is rolling out a new v3.

Maybe https://github.com/efene/efene/blob/master/src/fn_repl.erl can serve as an example