The Wayback Machine - https://web.archive.org/web/20201218002128/https://github.com/0branch/boron
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
gl
 
 
 
 
jni
 
 
qt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

About Boron

Boron is an interpreted, prototype-based, scripting language similar to Rebol. The interpreter and datatype system is a C library useful for building domain-specific languages (DSLs) embedded in C/C++ applications.

It is a smaller language than Rebol with fewer built-in data types, no infix operators, and no built-in internet protocols. It does add the capability to slice series values and store data in a serialized binary format.

The library may be copied under the terms of the LGPLv3, which is included in the LICENSE file.

How to compile

These commands can be used to build the shared library and interpreter program on Linux and Mac OS:

./configure
make

To see the configure options run:

./configure -h

To install on Linux and Mac OS use the INSTALL makefile. If the DESTDIR is not provided then the files will be placed under /usr/local.

make -f INSTALL DESTDIR=/usr

Boron links

Home Page http://urlan.sourceforge.net/boron/

Git Repository https://git.code.sf.net/p/urlan/boron/code

Author Email wickedsmoke@users.sf.net

About

Boron is a scripting language similar to Rebol. The interpreter is a C library which may be copied under the terms of the LGPLv3. (Mirror of: git://git.code.sf.net/p/urlan/boron/code.)

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.