# xscript **Repository Path**: fcten/xscript ## Basic Information - **Project Name**: xscript - **Description**: A scripting language characterized as dynamic, strongly typed, object-oriented and syntactically similar to C. - **Primary Language**: C - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://xscript.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-05-21 - **Last Updated**: 2021-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The XScript Programming Language [![Build Status](https://travis-ci.org/fcten/xscript.svg?branch=master)](https://travis-ci.org/fcten/xscript) [![BSD-3-Clause License](https://img.shields.io/github/license/fcten/xscript.svg)](https://github.com/fcten/xscript/blob/master/LICENSE) [![Lastest Release](https://img.shields.io/github/release/fcten/xscript.svg)](https://github.com/fcten/xscript/releases/latest) A scripting language characterized as dynamic, strongly typed, object-oriented and syntactically similar to C. # Get Started ``` # git clone git@github.com:fcten/xscript.git # cd xscript # mkdir build # cd build # cmake .. # make ``` # Documentation [中文版](https://github.com/fcten/xscript/blob/master/docs/README.md)