All Projects → One-Language → One

One-Language / One

Licence: gpl-3.0
OneLang: The One System Programming Language. (release as soon)

Programming Languages

language
365 projects

Projects that are alternatives of or similar to One

Modiscript
Acche din aa gaye
Stars: ✭ 888 (+640%)
Mutual labels:  compiler, programming
Smallerc
Simple C compiler
Stars: ✭ 986 (+721.67%)
Mutual labels:  self-hosting, compiler
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+630.83%)
Mutual labels:  programming, open-source
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (+463.33%)
Mutual labels:  open-source, open-source-project
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-30%)
Mutual labels:  open-source, open-source-project
Esper
Esper Complex Event Processing, Streaming SQL and Event Series Analysis
Stars: ✭ 680 (+466.67%)
Mutual labels:  compiler, open-source
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+720%)
Mutual labels:  programming, open-source
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Stars: ✭ 6,173 (+5044.17%)
Mutual labels:  compiler, programming
Covid tracker
A covid statistics app made with Flutter SDK
Stars: ✭ 70 (-41.67%)
Mutual labels:  open-source, open-source-project
Module 5 Open Research Software And Open Source
Module 5: Open Research Software and Open Source
Stars: ✭ 62 (-48.33%)
Mutual labels:  open-source, open-source-project
Amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Stars: ✭ 661 (+450.83%)
Mutual labels:  self-hosting, compiler
Piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
Stars: ✭ 1,346 (+1021.67%)
Mutual labels:  self-hosting, open-source
Felix
The Felix Programming Language
Stars: ✭ 609 (+407.5%)
Mutual labels:  compiler, programming
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+589.17%)
Mutual labels:  self-hosting, open-source
Libfsm
DFA regular expression library & friends
Stars: ✭ 512 (+326.67%)
Mutual labels:  compiler, compilers
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-74.17%)
Mutual labels:  programming, open-source
Kgt
BNF wrangling and railroad diagrams
Stars: ✭ 312 (+160%)
Mutual labels:  compiler, compilers
Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (+187.5%)
Mutual labels:  programming, open-source
Yetiforcecrm
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
Stars: ✭ 1,056 (+780%)
Mutual labels:  open-source, open-source-project
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-20.83%)
Mutual labels:  compiler, compilers

The ET Programming Language

ET (ET: Earth Tongue) is an open source, self-hosted, bootstrapping system programming language. It is easy to build, reliable, and efficient performance software.

The compiler will be released in next few months.

Objectives and Features:

  • Easy
  • Compiler
  • Ability to create output file
  • System programming
  • Intermediate level
  • Web Programming
  • Network, API programming
  • Performance and high speed
  • Supports inline assembly code
  • No require specific libraries and tools on user system in normal mode
  • No require external runtime libraries in normal mode
  • No require external compilers for compile steps

Cli Development

main:
   // __ "Hello, World!"
   _ "Hello,"
   io.write(' ')
   io.write("World")
   __ '!'
end
@start
customName:
   _ "Hello, World!\n"
end
@start
void app:
   __ "Hello, World!"
end
@start
int customName:
   _ "Hello, World!\n"
   return 0
end

GUI Development (Web, Software)

This architecture is only designed for website and software (native). In the future, it will also be available for mobile apps (native).

Mobile structures are not yet complete and need more thought and attention.

An example of the language at work:

title "Name - Main"
description "Descriptions"
/*
Keyword tag not used in the software, only on the web.
*/
keyword "keywords"
style {
  * {
    margin 0
    padding 0
  }
  header {
    width "100%"
    height "auto"
  }
  list {
    color "red"
  }
  list item {
    display "inline"
    padding "10px"
    background "yellow"
  }
}
header {
  list {
    item {
      _ "Home"
    }
    item {
      _ "About"
    }
    item {
      _ "Contact Us"
    }
  }
}

The end result:

Screen Of Render

Learning

Refer to the Wiki to start learning this language.

Introduction

#Name :

What is the meaning of this name? The word is actually abbreviated. (Electronics-Technology)

#Start activity :

  • Initial start: 2010 about 9 years ago
  • Beginning : 2012 about 7 years ago

#OS :

  • [x] Gnu / Linux
  • [x] Windows
  • [ ] MacOS (Not complete)
  • [ ] BSD

#Filename extensions : .et


Send your message for sponsorship and to support us. (MaxBaseCode {[@]} Gmail {[DOT]} Com)

Created By Max Base, Develop by Asrez Team @ 2019

Official Community for a chat and discuss.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].