-
# From Netscape to Node
## Origins
- Mosaic Netscape launched in 1994
- First version took 75% of the market in 4 months
- Netscape wanted a scripting language that would be written directly in …
-
Any examples ?
-
https://cuelang.org/
_CUE is an open-source data validation language and inference engine with its roots in logic programming. Although the language is not a general-purpose programming language, i…
-
# --------------------------------------------------------------------------
---
IP VERSION AFFECTED: 2.6
BUILD TYPE: All
FLAGS PASSED TO IPY.EXE: -X:Python26 -X:ExceptionDetails
OPERATING SYS…
-
The tool of choice I would recommend to do that would be [swig](http://www.swig.org/), not templates. Did you consider that?
Usiing swig offers you a pletora of target scripting languages and you c…
-
Would that make sense to have each component in a different repo ?
For example `kernel/base` would allow a strict separation of the kernel from the code that evaluates languages. That would make ea…
hadim updated
7 years ago
-
Hey!
I am using jerry script as a scripting backend in my game engine. And it works great :)
But I can't figure out how to implement script reloading. When you develop something, you need to res…
-
Dont take this the wrong way, but i am curious what led you to do this ?
I have been in situations where i needed similar interpretted languages so that end users have a scripting language to exten…
ghost updated
6 years ago
-
Need to add more folders of programming exercises! Include a README describing the exercise and and at least one solution in one language (each language should have one runnable file with super simple…
-
**Is your feature request related to a problem? Please describe.**
Scripts frequently need to address many things in the same way; the 9 classes in TF2 for example. In normal paradigms, these are add…