Engelscript - Own interpreted programming language

Results 1 to 7 of 7
  1. #1
    Valued Member develix is offline
    MemberRank
    Sep 2014 Join Date
    GermanyLocation
    149Posts

    -----

    -----
    Last edited by develix; 04-05-15 at 06:35 PM.


  2. #2
    Valued Member develix is offline
    MemberRank
    Sep 2014 Join Date
    GermanyLocation
    149Posts

    Re: Engelscript - Own interpreted programming language

    Interpreter:
    - Tons of updates I can't remember
    - String support and overloading
    - Fixed bug where variables initialised with zero became undefined
    - Console log api
    - Initialise empty variables
    - Auto type conversion
    - Return statements + support for binary expressions

    IDE:
    - Variable type colors
    - Seperated constant and variable tabs
    - Clean button
    - Show benchmark in ms

  3. #3
    Dirty capitalists. X1M! is offline
    MemberRank
    Dec 2008 Join Date
    450Posts

    Re: Engelscript - Own interpreted programming language

    I don't see why this would be useful aside from practicing Javascript and saying that "yeah I made my own scripting language " but still, the code is great and clean and the editor looks like really nice.

  4. #4
    Valued Member develix is offline
    MemberRank
    Sep 2014 Join Date
    GermanyLocation
    149Posts

    Re: Engelscript - Own interpreted programming language

    Quote Originally Posted by X1M! View Post
    I don't see why this would be useful aside from practicing Javascript and saying that "yeah I made my own scripting language " but still, the code is great and clean and the editor looks like really nice.
    I plan to connect it to a game engine, where players are allowed to create their own levels, events etc. in this language.

    Biggest reason is to learn how interpreters work.

    Thanks for your feedback

  5. #5
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: Engelscript - Own interpreted programming language

    Sounds like Angelscript... Is that on purpose?

  6. #6
    Valued Member develix is offline
    MemberRank
    Sep 2014 Join Date
    GermanyLocation
    149Posts

    Re: Engelscript - Own interpreted programming language

    Quote Originally Posted by Mootie View Post
    Sounds like Angelscript... Is that on purpose?
    Heared of it but never came in touch.

    I think the principles are both the same

  7. #7
    Valued Member develix is offline
    MemberRank
    Sep 2014 Join Date
    GermanyLocation
    149Posts

    Re: Engelscript - Own interpreted programming language

    Interpreter:
    - Functions
    - Function parameters and arguments
    - Function return statements + binary expressions
    - Prevent changing constants by assign a functions return value

    IDE:
    - Function tab



Advertisement