July 2017
— Is it? I only used it once to make a procedural serial comm driver with pySerial and an INI file.
Would connect to however many serial ports you want, then start a linear loop to send data over each one on an interval
— Basic toy :p
— Https://npmjs.com/package/serialport
— It has generators, ternary expressions, closures, first class functions, etc
— You can in almost all cases do a 1:1 conversion
— It also has this cool thing called generator expressions
— Which behaves the same as map + optional filter
— Pretty weird
— Ini is highly underrated btw
— Best config format
— Or, TOML which is an extension