From bfe9b52661e42a684b6b87c01f02652cbfacbed9 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 18 Aug 2018 15:58:22 +0200 Subject: [PATCH] README: Mark a few features as supported --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 22a4a069..47f16225 100644 --- a/README.markdown +++ b/README.markdown @@ -42,19 +42,20 @@ Currently supported features: * interfaces for basic types (with type switches and asserts) * goroutines (very initial support) * function pointers (non-blocking) + * interface methods + * standard library (but most packages won't work due to missing language + features) Not yet supported: * float, complex, etc. * maps * slices - * interface methods * garbage collection * defer * closures * channels * introspection (if it ever gets implemented) - * standard library (needs more language support) * ... ## Analysis