GithubHelp home page GithubHelp logo

fns's Introduction

Hi!

I'm Shane, a friendly TypeScript and Rust magician. I like computers and enjoy staring at them for hours on end.

fns's People

Contributors

leonskidev avatar vandesm14 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

leonskidev

fns's Issues

Everything is Data

Currently, there is an ambiguity in regards to when stuff is data or code. This is easily fixed by making everything be data until it is evaluated, this includes all primitives as well as identifiers, lists, and all other expressions.

  • Nil
  • Bool
  • Int
  • Float
  • Str
  • Array
  • Ident
  • List (see below)

On the subject of lists, they also require a rework such that they are split up into two separate kinds:

  • Lists that are eagerly evaluated when they are encountered (...)
  • Lists that are just data '(...)

Alongside this change, any list will become evaluable, which allows for anonymous functions. This does mean we require a specially handled structure to enable function arguments:

  • Allow for function arguments '([args] (body))

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.