mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 22:13:39 +00:00
Implement closures and bound methods
This commit is contained in:
+2
-1
@@ -48,13 +48,14 @@ Currently supported features:
|
||||
* slices (partially)
|
||||
* maps (very rough, unfinished)
|
||||
* defer (only in trivial cases)
|
||||
* closures
|
||||
* bound methods
|
||||
|
||||
Not yet supported:
|
||||
|
||||
* complex numbers
|
||||
* garbage collection
|
||||
* recover
|
||||
* closures
|
||||
* channels
|
||||
* introspection (if it ever gets implemented)
|
||||
* ...
|
||||
|
||||
Reference in New Issue
Block a user