IFB-ElixirFr / Wasm4Learn

https://ifb-elixirfr.github.io/Wasm4Learn/
Creative Commons Attribution Share Alike 4.0 International
4 stars 1 forks source link

Improve the Evaluation of exercice code #31

Open thomasdenecker opened 1 year ago

thomasdenecker commented 1 year ago

Today, we can only evaluate R code.

We must improve this part for Python in first time.

With Pyodide, we can try this : https://pyodide.org/en/stable/usage/type-conversions.html

The idea is to product a boolean variable in Python and get this variable in JS (and test in JS)