Giter Site home page Giter Site logo

cerus / edina Goto Github PK

View Code? Open in Web Editor NEW
13.0 0.0 0.0 165 KB

Edina - A simple stack-oriented compiled programming language.

License: MIT License

Java 100.00%
compiled-language concatenative concatenative-language imperative imperative-language jvm-language language programming-language stack-based stack-based-language

edina's Issues

Multiplication symbol typo

Issue description

Typo in README.md

To reproduce

Navigate to the project's github repository and read section "Specification"

Expected behaviour

* # Pop top two items and push product

Screenshots / videos

image

Component

Docs

If you chose 'other': Specify the component

No response

Additional information

...sorry to be the typo person. Cool project anyway.

Odd choice for ifs

Hi, just a note really: I found having different flavours for if test conditions a bit of an odd choice, instead of offering eq, lt, lte, gt, gte binary functions that respond with true, false and then having a single if, which would lead to leaner code. This is also a bit of a contradictory decision to the way while works. while checks by default for a nonzero condition. Which means that "while a number is positive" has to involve an if. With a gt, lt, gte, ... all you have to do is workout an expression and then let if, while "branch" depending on the result of that expression.

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.