GithubHelp home page GithubHelp logo

yorth's Introduction

yorth

yorth's People

Contributors

awonnacott avatar kevinw26 avatar

Watchers

 avatar  avatar  avatar  avatar

yorth's Issues

is

Should be a function in the language to test if a variable is assigned

How does I scoping

Scoping is not well defined and does not have formal rules; it must be figured out with assistance from a program language design expert, then designed and implemented

Control

Program while, iter, enum, if, unless, until, and map, etc...
While gets two functions - a check to see if it should run again and a function to run whenever that first returns false
Until is identical to while but its' check function's success causes a halt, not the check's failure
Iter adds an initialization function and a between functoin, being like C for
Enum or map takes a list and a function and applies the function to each item in the list, like Python for

semantics of set

set vs setf
get vs def
How do I want actions to behave by default regarding functions? Should I make setf default for set and add a $ operator that forces an evaluation of the next term? How to ensure $ is not drawn as a function?

In ruby, assignment is creation

No way to check if a variable assignment sets up a new variable in the current scope or in an enclosing scope assigns to one.

Duplication bug

Fix duplication to ensure proper superscope, fix variable location, resolution

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.