From e019f10e19361d5602acb715f4ef2caeabb29b3a Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 2 May 2014 08:01:45 +0300 Subject: [PATCH] a features draft --- FEATURES.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FEATURES.markdown diff --git a/FEATURES.markdown b/FEATURES.markdown new file mode 100644 index 00000000..14708a92 --- /dev/null +++ b/FEATURES.markdown @@ -0,0 +1,10 @@ +Features +-------- + +After having written a todo i thought it may be good to collect thoughts on where this is going. +(No real order here, just what pops when it pops) + +- Multi cpu / architecture from the same parse. Ie by instantiation not module inclusion or things that can't + be undone during the execution time of ruby + +- A minimal binary should be very very small (for Arduino). The program being created should determine features that are being "pulled in". Ie if it's not ruby we want to create, the parser should be left out etc. Libc only for programs that have an os to run on, dynamic memory dito.