Giter Site home page Giter Site logo

cerus / edina Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.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 stack-oriented

edina's Introduction

YouTube Mastodon OS Shell OS IDE Java Game Browser

Max's Holopin board

Hello there!

My name is Maximilian and I'm a software developer from Germany. I mainly work with Java in combination with Minecraft.

I currently work as a freelancer.


My projects

Minecraft related

  • minecraft-place: r/place in Minecraft with live updates (YouTube)
  • maps: A Spigot library for drawing stuff on Minecraft maps
  • mchr: A Minecraft skin rendering service
  • flatcraft: A Spigot plugin that allows you to play a Minecraft clone in your chat (YouTube)
  • ...and many others

Other

  • edina: A simple stack-oriented compiled programming language
  • sharedmem: Shared memory / memory mapped files for Java (Linux + Windows)
  • dwordle: Wordle game Discord bot
  • hourlycatbot: Mastodon bot that posts cat pictures
  • faktor: Tiny & lightweight one-time password (HOTP/TOTP) generation & validation library
  • observatorycore-linux: Linux builds for ObservatoryCore
  • ...and many others

Contact

Shoot me a message on Discord: cervs (originally Cerus#5149)

For more serious enquiries you can send an email to [email protected].


edina's People

Contributors

cerus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.