-
Updated
Jun 2, 2021 - C++
#
scripting-language
Here are 607 public repositories matching this topic...
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
Gravity Programming Language
c
language
programming-language
json
interpreter
bytecode
objective-c
portable
virtual-machine
fibers
pratt-parser
scripting-language
closure
bridge
object-oriented
gravity
-
Updated
Jun 7, 2021 - C
A high performance scripting language hosted on the JVM.
-
Updated
Jun 8, 2021 - Java
A rusty dynamically typed scripting language
-
Updated
May 27, 2021 - Rust
A new Unix shell.
-
Updated
Feb 20, 2021 - Go
Rhai - An embedded scripting language for Rust.
embedded
webassembly
wasm
scripting-language
scripting-engine
embedded-scripting-language
no-std
rhai
-
Updated
Jun 12, 2021 - Rust
scripting language integrated with Go
-
Updated
Jun 27, 2019 - Go
A list of embedded scripting languages
-
Updated
May 7, 2021
Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.
java
jvm
application-server
scripting-language
coldfusion
lucee
hacktoberfest
web-platform
cfml
jvm-languages
lucee-server
-
Updated
Jun 11, 2021 - Java
Open Source HTML5 Puzzle Game Engine
-
Updated
Jun 10, 2021 - JavaScript
The Felix Programming Language
programming-language
c-plus-plus
programming
code-generator
compiler
functional-programming
static-analysis
ocaml
coroutines
scripting-language
compiled
polymorphism
platform-independent
performant
coroutine-framework
type-classes
parametric-polymorphism
-
Updated
May 21, 2021 - C
Beanshell scripting language
-
Updated
May 28, 2021 - Java
Lightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling.
-
Updated
Nov 5, 2020 - Java
-
Updated
Sep 9, 2020
A proof of concept scripting library for Swift
-
Updated
Jan 4, 2021 - Swift
Cross platform .NET rewrite of the popular AutoHotkey scripting language for desktop automation.
-
Updated
Jan 26, 2018 - C#
Umka: a statically typed embeddable scripting language
c
programming-language
interpreter
cross-platform
compiler
virtual-machine
coroutines
concurrency
fibers
scripting-language
static-typing
-
Updated
Jun 10, 2021 - C
a small scripting language for the web
-
Updated
Jun 13, 2021 - JavaScript
SuperFola
commented
Jun 12, 2021
- (repl:toFile filename) to store the expressions (+ results in comments) in a given file
- (repl:reset) to reset the VM state and start from something fresh
Interpreter with support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL.
language
programming-language
interpreter
pratt-parser
scripting-language
object-oriented
interpreted-languages
scripting-languages
-
Updated
Dec 20, 2018 - Go
PowerShell Script that generates a GUI/WinForms loaded with tons of functions
-
Updated
Jan 15, 2019 - PowerShell
A lightweight BASIC interpreter written in standard C in dual files. Aims to be embeddable, extendable and portable.
-
Updated
Mar 12, 2021 - C
odino
commented
May 8, 2020
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
Official repository of Jim Tcl, an open-source, small footprint implementation of Tcl
-
Updated
Apr 8, 2021 - C
daScript - high-performance statically strong typed scripting language
-
Updated
Jun 12, 2021 - C++
Framework (inspired by Ren'Py) for story driven games in Godot.
game
rpg
assets
dialog
scripting-language
godot
visual-novel
editor-plugin
gdscript
dialogue-systems
renpy
godot-addon
godot-plugin
story-driven-games
godot3
visualscript
rakugo
-
Updated
Nov 13, 2020 - GDScript
A real-time cross-platform creative coding tool for multimedia development
raspberry-pi
webgl
opengl
lua
visual-programming-language
cross-platform
creative-coding
openframeworks
graphics
standalone
scripting-language
puredata
web-application
audiovisual
openframeworks-addon
pd-externals
ofelia
multimedia-applications
-
Updated
Jan 6, 2021 - C++
Improve this page
Add a description, image, and links to the scripting-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scripting-language topic, visit your repo's landing page and select "manage topics."
It would be great, after a
on join
event, to be able to test which domain is a player joining.Like for example I've
minigames.domain.tld
andplots.domain.tld
and I want them to do specific actions on player on join. So maybe an expression likedomain of player
to be able to testif domain of player is ...
and then do specific actions.That's possible at least in Java, here is a ope