nishachar_ide 2.0.0
nishachar_ide: ^2.0.0 copied to clipboard
Run any language, anywhere. A Dart and Flutter client for the ni_sh_a.char-IDE polyglot execution engine, with the full 62-language registry built in.
Changelog #
2.0.0 #
First release of the Dart client.
NishacharClientfor thenishachar serveHTTP API:run(),health()andfetchLanguages().- The full 62-language registry compiled in, so
NishacharClient.languagesandNishacharClient.find()work offline and with no backend. find()resolves by id, alias, extension or display name —python,py,.pyandPythonall reach the same entry.- Typed
ExecResultandNishacharException. A program exiting non-zero is a result; only transport and server refusals throw. - Output is always decoded as UTF-8, so non-ASCII program output survives.
- Works in Flutter, Dart CLI and server-side Dart. One dependency:
http.