Difference between revisions of "Scripting Libraries"

From D Wiki
Jump to: navigation, search
(Created page with "{{Projects | Projects = {{Project | name = '''LuaD''' | about = Lua for the D Programming Language | platform = Windows/POSIX | license = MIT | url = https://github.com...")
 
(QScript is now platform independent)
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
  | license = Public domain
 
  | license = Public domain
 
  | url = https://github.com/p0nce/scheme-d
 
  | url = https://github.com/p0nce/scheme-d
 +
}}{{Project
 +
| name = '''QScript'''
 +
| about = A simple & fast scripting language, written entirely in D.
 +
| platform = Platform-independent
 +
| license = MIT
 +
| url = https://github.com/Nafees10/qscript
 
}}
 
}}
 
}}
 
}}
 
[[Category:Development Library]]
 
[[Category:Development Library]]

Latest revision as of 16:54, 27 December 2016

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Lua for the D Programming Language MIT Windows/POSIX
Icon dpackage 48.png
Python for the D Programming Language MIT Windows/POSIX
Icon dpackage 48.png
Scheme interpreter in D Public domain Platform-independent
Icon dpackage 48.png
A simple & fast scripting language, written entirely in D. MIT Platform-independent