seco
seco copied to clipboard
Advanced Scripting IDE for JVM based languages.
Bumps [scala-compiler](https://github.com/scala/scala) from 2.12.2 to 2.12.4. Release notes Sourced from scala-compiler's releases. Scala 2.12.4 Our benchmarks show a further 5–10% reduction in compile times since 2.12.3. Improved Java 9 friendliness,...
Here is a way to have native Python exposed within Seco https://www.py4j.org/
There is probably an interpreter available as an API in the Java 9 since it has this REPL bundled. We should hook that interpreter to Seco.
`seco` lacks of very usable and powerful tool -- **syntax parser**. With parser you able to input and process any data presented in plain text formats: scripts in **any** programming...
There is fairly well working Java rendering engine for LaTex formulas: https://github.com/opencollab/jlatexmath Supporting it would mean that we need a cell type that can behave both as input and output...
I see lot of .jars in source tree. .jar is derivative file type, like **executable** files and **compiled** resources -- is it good to have them in source tree ?...
Add `finalize` cell type (in pair to `init` cell) for clean shutdown on Seco exit (close external connections, drop temporary data, dump selected HGDB atoms to files for git export,..)
Is Seco able to link cell with external (plain text) file ? Playing with ANTLR I found that file cell will be good for view/edit external grammar file.
I'm working on developer manual @ https://github.com/ponyatov/seco/tree/manual 1. What GitHub collaborative development guide should I use ? and 2. what branch naming scheme should be used ? making developemet scheme...
It would be nice if any Java process could be attached to a Seco instance remotely. So, say I have a Java sever-side process somewhere, even on a production server,...