Coder Social home page Coder Social logo

lindelof / one Goto Github PK

View Code? Open in Web Editor NEW

This project forked from one-language/one

0.0 2.0 0.0 583 KB

OneLang: The One System Programming Language. (release as soon)

Home Page: https://www.onelang.org/

License: GNU General Public License v3.0

one's Introduction

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 :

  • Gnu / Linux
  • 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.

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.