JILRuntime/JewelScript

By Author: jewe_1969
A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#.

The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting.

An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds. The integrated HTML documentation generator allows you to create documentation for your native bindings in seconds.

The project is released under the zlib/libpng license. It has been in development for over 10 years and offers some powerful features.

Extensive information, documentation, articles and code examples can be found at the developer blog.

Feature

  • clean, consistent C-style syntax
  • declarative language – entities must be declared before use
  • static typing – compiler ensures type safety of the program
  • automatic type conversion, including user defined conversion methods
  • support for type-less variables
  • classes and implementation of interfaces (script and native)
  • single inheritance, including virtual methods and private members
  • multiple inheritance in the form of “mix-in classes” (policy classes)
  • pure native interfaces
  • factorization of interfaces (instantiating all implementors)
  • accessor methods – handler methods for class “properties”
  • co-functions (co-routines, cooperative threads)
  • delegates (first class functions and methods)
  • anonymous delegates (anonymous local functions and methods)
  • closures, local delegates that can access the parent function’s variables
  • lambda expressions (function literals)
  • hybrid classes (semi-inheritance by constructing delegates from base)
  • clauses – flow-control with a structured goto-statement
  • basic exception support (including user exception classes)
  • comprehensive support for namespaces
  • weak references
  • user-defined type aliases
  • built-in classes string, array, list, iterator, arraylist, table
  • integrated C++ binding code generator
  • integrated HTML documentation engine
  • XML export of a compiled program’s complete type information
  • maximizes compile-time checks
  • meaningful error and warning output (not just “Error 72″)
  • open-source (zlib/libpng license)
  • entirely self-contained and written in ANSI C
  • automatic memory management (ref-counting, CPU burst free)
  • optional mark and sweep garbage collector
  • algorithm for fast allocation / freeing of small objects
  • plug-in architecture for native types (classes / functions written in C or C++)
  • powerful, register based, general purpose VM
  • sophisticated byte-code optimizer
  • ability to save and load compiled programs as binary files
  • unlimited compile-link-run cycles without losing runtime data

The Ring Programming Language

The Ring is an Innovative and practical general-purpose multi-paradigm scripting language that can be embedded in C/C++ projects, extended using C/C++ code and/or used as standalone language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programmi.........

Similar: 17%

QScript

V2.1.1 compatible with Processing 2 & 3. A powerful yet simple to use scripting language that can be used to evaluate expressions and simple algorithms. In fact it is the only evaluator I know that supports complex numbers and vectors without the need for additional configuration. The emphasis is o.........

Similar: 13%

RenderTools

RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertex.........

Similar: 13%

Supernova programming language

Modern scripting language and the first one that presents the concept of programming with direct fiction description using a clear subset of pure human language. Supernova started as a research and example about what we can do using PWCT ( Programming Without Coding Technology - http://doublesvso.........

Similar: 12%

Open Jungo

Open Jungo is a flexible entity persistence model that makes it easy to create object-centric components with minimal coding. Unlike most current entity frameworks, Jungo does not require developers to structure their code in any particular way or specify database structures. Open Jungo supports m.........

Similar: 12%

BIRT Report Designer

BIRT is an open source technology platform used to create data visualizations and reports that can be embedded into rich client and web applications. Developers who use BIRT Designer are able to access information from multiple data sources easily and quickly in order to create reports and applicati.........

Similar: 11%

Lioness (Languages Interop Framework)

Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4....

Similar: 11%

ObjectBuilder2

ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ pr.........

Similar: 11%

GeoTools, the Java GIS toolkit

GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications....

Similar: 11%

Wave Framework

Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a co.........

Similar: 9%