-
released this
2026-03-13 10:07:02 -03:00 | 265 commits to main since this releaseNovidades
- VM otimizada: inline caching, tail call optimization, constant folding, fast-path ops
- Compiler otimizado: constant folding compile-time, dead code elimination, peephole optimization
- Profiler (
koder profile): timing/calls/memory tracking, 4 formatos (text/JSON/folded/tree) - Stdlib +6 módulos: Net (HTTP/TCP/UDP), Crypto (SHA-256/512/MD5/HMAC), CSV, YAML, Base64, URI
- Metaprogramação: method_missing, define_method, prepend, namespace
::, Comparable/Enumerable - Object introspection: class, methods, freeze/frozen?, dup, inspect, equal?, hash
- Struct class: Struct.new(:name, :age) com accessors e igualdade estrutural
- 1577 testes passando (+167), 0 falhas
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads