Coder Social home page Coder Social logo

pounce-lang / tixy-pounce Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 348 KB

code-golf like tixy.land, but for the Pounce programming (post-fix notation) language.

Home Page: https://pounce-lang.github.io/tixy-pounce/

License: MIT License

JavaScript 98.95% HTML 0.78% CSS 0.27%
programming-language forth-like concatenative-interpreting-language code-golf

tixy-pounce's Introduction

tixy_pounce

Modeled after tixy.land, code-mini-golf using the "Pounce" programming language. (: tixy pounce :)

Created with pounce-lang/simple-example-app starter kit

The quick way to start using the Pounce programming language embedded in a web page. Using the Pounce parser and interpreter from the npm package @pounce-lang/core.

Pounce is a Concatenative Language

More information on "What Pounce is?", can be found [here](https://github.com/pounce-lang/core, but in short: Pounce is a "concatenative" languages (as opposed to "applicative"). The term 'Concatenative' referrers to the process of composing (by concatenating) functions (called 'words') together into a program. To make the composition of words as easy as possible, Concatenative languages simply use the space between words as the composition operator. By placing one word after another you are composing functions. This leads to the natural use of post-fix notation. Yes post-fix notation seems backwards at first, but since function composition is the most essential operation, it makes what seemed backwards straight forward again. There are a few other distinguishing properties of this language, such as all values are stored on a stack. Stack-based languages do not have an assignment operator, so they cannot store values in variable, wow that is different! Storing values on a stack gives a nice property to all words: they take one argument (the stack) and return a new stack. Pounce may be the strangest and yet easiest language you will ever learn. The challenge will be letting go of your preconceived notions of what a programming language should look like and how to go about programming.

Getting started

First clone this repo.

git clone @pounce-lang/simple-example-app
cd pounce-lang/simple-example-app

Install it

npm install
npm run start

Next open a browser and try it out.

tixy-pounce's People

Contributors

nmorse avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.