Releases: TensorCraft/TensorPy
Releases · TensorCraft/TensorPy
beta 0.1
TensorPy beta 0.1 for macOS (darwin).
This release includes:
- the
tensorpyinterpreter binary - bundled modules in
modules/ - currently included standard-library-style modules:
jsonre
Supported
- Python-like expressions and operators
- functions, defaults, and lambda
- conditionals, loops, and ternary expressions
- core data structures:
listtupledictsetstrbytes
- typed exceptions with
try/except - basic module imports:
import modulefrom module import namefrom module import name as alias
json.loads(...)json.dumps(...)- basic
resupport:matchsearchfullmatchfindallsplitsubsubn
Not Yet Supported
- full Python compatibility
- package imports and mature module resolution
- complete builtin coverage
- complete standard library coverage
- full
recompatibility:- groups
- alternation
- counted repetition
- flags
- mature REPL behavior for multi-line workflows
- GC work for later phases
Notes
This is an early beta focused on language/runtime bring-up and incremental compatibility, not a drop-in replacement for CPython or MicroPython.