mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
README: Mark a few features as supported
This commit is contained in:
+3
-2
@@ -42,19 +42,20 @@ Currently supported features:
|
|||||||
* interfaces for basic types (with type switches and asserts)
|
* interfaces for basic types (with type switches and asserts)
|
||||||
* goroutines (very initial support)
|
* goroutines (very initial support)
|
||||||
* function pointers (non-blocking)
|
* function pointers (non-blocking)
|
||||||
|
* interface methods
|
||||||
|
* standard library (but most packages won't work due to missing language
|
||||||
|
features)
|
||||||
|
|
||||||
Not yet supported:
|
Not yet supported:
|
||||||
|
|
||||||
* float, complex, etc.
|
* float, complex, etc.
|
||||||
* maps
|
* maps
|
||||||
* slices
|
* slices
|
||||||
* interface methods
|
|
||||||
* garbage collection
|
* garbage collection
|
||||||
* defer
|
* defer
|
||||||
* closures
|
* closures
|
||||||
* channels
|
* channels
|
||||||
* introspection (if it ever gets implemented)
|
* introspection (if it ever gets implemented)
|
||||||
* standard library (needs more language support)
|
|
||||||
* ...
|
* ...
|
||||||
|
|
||||||
## Analysis
|
## Analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user