Code Monkey home page Code Monkey logo

devon4ws's Introduction

devon4ws - a programming language and online IDE for devonfw

We're proud to announce devon4ws, a programming language and online IDE for devonfw.

devon4ws is Capgemini's own Enterprise ready, web scale, programming language, compiler, virtual machine and online IDE.

devon4ws IDE

Why yet another language and IDE? Because most major Digital giants have launched their own languages and tool-chain:

  • Oracle has Java
  • Google has Go
  • Apple has Swift and Objective C
  • Microsoft created a whole set of languages, like C#, F#, Visual Basic etc.
  • Facebook strongly supports OCaml and EcmaScript 2015+ (through Babel)
  • AT&T is still a major supporter of C++

etc etc

So Capgemini, as one of the world's premier Consulting, Technology, Digital Transformation Services companies could not stay behind. So we have adopted a strong Industry Standard language and incorporated it in devonfw, the Open Source Standard Development Platform for Capgemini Europe and India.

to get started

In a console execute

git clone https://github.com/devonfw/devon4ws/

go to the devon4ws directory and execute

npm install

to install the dependencies and then start the online IDE with

npm test

Open a browser and navigate to http://localhost:8080 to access the online IDE.

devon4ws features

  • virtual machine,
  • run-time optimizer,
  • On-the-fly compilation,
  • Local storage (browser) for programs (programs are never sent to the server),
  • Assembly virtual machine and compiler ,
  • Disassebler,
  • Debugging source and assembly programs,
  • syntax highlighting,
  • Example programs (including a Brainf*** interpreter).
  • Assembly macros,
  • Assembly libraries:
    • lib/alias.ws - Aliases for compatibility with other assemby implementations.
    • lib/math.ws - Math functions (e.g. sqrt) .
    • lib/rot13.ws - rot13.
    • lib/std.ws - Includes all the libraries.
    • lib/string.ws - Some useful string functions.

see readme-original.md for original work, copyright and attributions.

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.