Giter Club home page Giter Club logo

Comments (2)

anoniscoding avatar anoniscoding commented on June 27, 2024 1

Thank you for your input. The purpose of yorlang is to allow beginners to interact with programming concepts and syntax in their native tongue.

So the idea of jeki in yorlang is that it should be used whenever you are initializing and re-assigning a variable so that what is going on is clear to a beginner. So we only use the variable name by itself when reading its value in yorlang.

PHP likewise has this feature where a dollar sign is attached to a variable at all times.

More or less we are allowing the beginner to let i be 0 and later when he is incrementing it, the beginner is still aware syntatically that he is simply letting i be 1.

It's the same reason why i++ and i-- are not supported. I'm only trying to make things as clear as possible.

We should also remember that yorlang is not a commercial language. It is just a stepping stone to helping them get familiar with programming concepts and syntaxes in the language they understand the most.

They must still learn the commercial languages that you and I know

from yorlang.

anoniscoding avatar anoniscoding commented on June 27, 2024

Another thing to note, using jeki when re-assigning a variable does not recreate the variable, it simply updates its value in memory.
Following my php analogy, $a = 1; changing it to $a = 2; will not recreate the variable $a. It will simply update its value and the same applies in yorlang

from yorlang.

Related Issues (20)

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.