./sysutils/scriptisto, Language-agnostic interpreter to write scripts in compiled languages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.0, Package name: scriptisto-2.2.0, Maintainer: pin

Tool to enable writing one file scripts in languages that require compilation,
dependencies fetching or preprocessing.

It works as a "shebang" for those scripts, extracting build instructions from
comments. If a script is changed, scriptisto rebuilds it and caches the result.
If a script was already built, scriptisto immediately delegates to a binary
with only <1 ms overhead.


Master sites:

Filesize: 31.462 KB

Version history: (Expand)


CVS history: (Expand)


   2024-07-18 11:59:34 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/scriptisto: update to 2.2.0

 - Added Cobol and C# templates
 - Updated Fortran, Rust Docker and Go templates
 - Removed dependency on scrawl
   2023-11-24 17:32:44 by pin | Files touched by this commit (5)
Log message:
sysutils/scriptisto: import package

Tool to enable writing one file scripts in languages that require compilation,
dependencies fetching or preprocessing.

It works as a "shebang" for those scripts, extracting build \ 
instructions from
comments. If a script is changed, scriptisto rebuilds it and caches the result.
If a script was already built, scriptisto immediately delegates to a binary
with only <1 ms overhead.