Coder Social home page Coder Social logo

arnebachmann / awful Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 126 KB

The stack-based programming language AWFUL, written in Python

Python 100.00%
programming-language python3 python-3 forth-like factor stack-based concatenative-language interpreter library standard-l

awful's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

awful's Issues

Add debug step

Would halt and wait for next step, dropping into repl

Function references

Just refer to the function name, which doesn't work if the using namespace this is something else (e.g. a scalar).

Allow dynamic include

By writing a source file and including it then.
Should work, once slurping works reliably.

Parse function definitions only once

Always parse (nested) function definitions only once, keeping them in a static immutable table.
This could also be the starting point for a clean way to avoid or allow function override in a controlled manner, and lead to a speed-up.

Related is the handling of function references, that currently only contain the function's name, but could point to a table index instead for different override versions of the same function name.

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.