Giter Club home page Giter Club logo

mawp's People

Contributors

8dion8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lyxal

mawp's Issues

Multi-digit number input

Currently, it is very space-consuming to input a multi-digit number onto the stack. A possible solution is to change the @ operator in the following way:

  1. Every sequence of numbers in the input will be put onto the stack as a single multi-digit number
  2. Every sequence of other characters will be put onto the stack as a single 0

_ keyword not working

%084W;|_
_ does not push length of stack as intended

chr:pos:stack
% : 1 : []
0 : 2 : [0]
8 : 3 : [0,8]
4 : 4 : [0,8,4]
W : 5 : [0,32]
; : 6 : [0]
| : 7 : [0,49,53]
_ : 8 : [0,49,53]

Multiline input?

My current suggestion for current functions is for them to take in one line of input at a time, with multiple calls needed for multiple lines. However, this might make the process of taking input of unknown height too complex. Please post any suggestions here! :)

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.