Git Product home page Git Product logo

jane's Introduction

jane

GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status

Jane is early experimental compiled programming language, static type, fast, modern and simple. the flow of jane source compiled, its to translate to C++ code and compiled it from C++ code. Transpile to C++ only instead of compiling is also an Optional. the mission to be advance, readable and good choice for system programming

relu_image

feature of jn

  • simple
  • efficient performance as C/C++
  • deffered call
  • language intergrated concurrency
  • generic programming
  • C/C++ embed
  • return type identifier
  • multiple assignment
  • multiple function return
  • type constant
  • argument targettting

memory on jane

memory safety and memory management. a significant problem in C, C++, or comparable programming langauges. jane use reference counting to control memory and ensure memory safety. an account allotment is immediately withdrawn when the reference count approaches zero. there are no hanging pointers, and accessing null pointer will plainly result in an error.

information

the project structure, including its lexical and syntactic structure, has now revealed. however, if there reference compiler is rewritten in jane, it is expected that AST, Lexer, and certain packages will be included in the standard library. this a modification that need official compiler project structure to be rebuilt. reference compiler is likely to make extensive use of standard library. this will also allow dev create language specific utilities using jn std library.

Build

powershell

go build -o jane.exe -v command/jn/main.go

bash

go build -o jane -v command/jn/main.go

using makefile

# to build all
make all
# to clean binary files after make
make clean

jane's People

Contributors

khairanabila avatar pre-commit-ci[bot] avatar rulanugrh avatar slowy07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.