rtohid
Results
2
issues of
rtohid
This issue accumulates the list of features and improvements suggested for the fronted: - PhySL Python objects - Transpilation of Python code for PhySL plugins - Support Python classes
improvement
```py from phylanx import Phylanx @Phylanx(debug=1) def test_append(): a = [] append(a, 1) return a print(test_append()) ``` expecting `[1]`, getting `[]`: ``` define( test_append, lambda( block( define( a, list() ),...
type: defect
category: primitives