Giter Club home page Giter Club logo

funciton's Introduction

Funciton (pronounced: /ˈfʌŋkɪtɒn/) is a two-dimensional, declarative, functional, esoteric programming language.

Usage

  • Funciton.exe sourcefile(s) [-t[name] [-t[name]] ...] [-s<string>|-i<integer>]

    • Executes (interprets) a Funciton program.
  • Funciton.exe sourcefile(s) -c<file>

    • Compiles a Funciton program to an exe.
  • Funciton.exe sourcefile(s) -a[name] [-a[name] ...]

    • Displays a debug analysis.

Options

  • Interpreting Funciton programs:

    • -t[name]
      • Displays a debug trace of any number of functions and/or the main program during execution. For example, -t+ -t× -t traces the + and × functions and the main program.
    • -s<string>
      • Specifies a string to use as standard input (actual stdin is ignored). Cannot be used with -i.
    • -i<integer>
      • Makes the stdin box return this integer (even if it is not a valid string) (actual stdin is ignored). Cannot be used with -s.
  • Compiling Funciton programs:

    • -c<filename>
      • Compiles the Funciton program to an exe and writes the output to the specified filename.
  • Miscellaneous:

    • -a[name]
      • Displays analyses of any number of functions and/or the main program. For example, -a+ -a× -a analyzes the + and × functions and the main program. (The program is not executed.)

Notes on the compiler

There is a known issue with compiling code that makes use of lambda expressions.

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.