GithubHelp home page GithubHelp logo

yeow's Introduction

hi there!

we are a plural system of 3 headmates who love programming weird stuff. indie games and Eurorack are nice too!

stuff we're responsible for includes:

  • naz - an esolang where every instruction is named by a number and a letter
  • victus - a zero-dependency JavaScript game framework
  • ABCO-1 - a hardware implementation of the OISC abcout, with additional tools
  • ...and a lot more, all open-source

Support me on Patreon

yeow's People

Contributors

sporeball avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

cjdenio

yeow's Issues

type checking is overzealous with numbers

because type checking for number arguments uses the unary plus, passing a number or any of the following to an argument of type string will cause yeow to fail:

  • "0012"
  • "0b1100"
  • "0xC"
  • "0o14"
  • '' (converts to 0)

strings should be allowed to be strings (hi!) or numbers in base 10 without leading zeroes (250).
numbers should only be allowed to be in base 10 without leading zeroes (250).

deobfuscation needed

i have to concede: the current state of the code is pretty terrifying. i do love a good golf (victus is a prime example of that), but doing all that work myself really just created a black box which is nigh impossible to add new features on top of. i now need someone (or myself) to go back and undo that work.

the ideal solution would have to adhere to a few core tenets:

  • doesn't break any existing functionality;
  • makes the code intelligible;
  • allows something else to do size reduction, if any.

the current version does the job in the projects in which it is used, sure - but for further development to ever occur, this needs to be accomplished first.

file arguments can only have a single extension

yeow will currently fail if an argument of type string matches /\w+\.\w+/.

this is not ideal, as it means any file passed as an argument must either have a single specific extension, matching /\.\w+/ and given as the argument's type, or absolutely none at all. the ability to use multiple extensions (or any extension!) should be available.

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.