README: Mark a few features as supported
Этот коммит содержится в:
родитель
ad9a62f260
коммит
bfe9b52661
1 изменённых файлов: 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
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче