[Snek] Snek version 1.0

Keith Packard keithp at keithp.com
Sun Jun 9 15:28:01 PDT 2019


I'm pleased to announce the release of Snek version 1.0 today.

Snek is a tiny Python-inspired embedded computing language designed for
smaller embedded devices like the Arduino Duemilanove. Requiring only
32kB of ROM and 2kB of RAM, Snek offers a complete computing environment
suitable for simple projects and beginning programmers.

Changes since 0.98:

 * Snek
   + op= now complains if the variable isn't already in-scope or global
   + Parser more complete reset after error
   + APA102 driver (for ItsyBitsy M0)
   + // and % operators now follow Python3 spec
   + Immediate dictionary values now use last value with duplicate keys
   + Separate print params with space in output

 * New Ports
   + ItsyBitsy 3v/8MHz
   + ItsyBitsy M0

 * Snekde
   + Page-up/Page-down keys
   + Various bug fixes for Windows

 * Doc
   + Major edits by Bart Massey

-- 
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://keithp.com/pipermail/snek/attachments/20190609/54d17ade/attachment.sig>


More information about the Snek mailing list