Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Callisto
  • Cat
  • Cognate
  • colorForth
  • Concata
  • CoSy
  • Deque
  • DSSP
  • dt
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Fiveth
  • Forth
  • Fourth
  • Freelang
  • Gershwin
  • hex
  • iNet
  • Joy
  • Joy of Postfix App
  • kcats
  • Kitten
  • lang5
  • Listack
  • LSE64
  • Lviv
  • Meow5
  • min
  • Mirth
  • mjoy
  • Mlatu
  • Ode
  • OForth
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Prowl
  • Quest32
  • Quackery
  • r3
  • Raven
  • Retro
  • RPL
  • SPL
  • Staapl
  • Stabel
  • Tal
  • Titan
  • Trith
  • Uiua
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Concatenative topics

  • Compilers
  • Interpreters
  • Type systems
  • Object systems
  • Quotations
  • Variables
  • Garbage collection
  • Example programs

Concatenative meta

  • People
  • Communities

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Meta

  • Search
  • Farkup wiki format
  • Etiquette
  • Sandbox

Forth-Family-Parade

  • ----------------------------------
  1. Dialects of The Forth Language Family
  • ----------------------------------
  1. Forth Family Parade

here we present the parade of the forth language family,

leaded by the original forth language,

and his younger brother colorforth;

right follows their functional cousin joy;

and the parade marching on ...

  1. # ANSI forth

The 1994 ANSI standard.

PDF: http://www.greenarraychips.com/home/documents/dpans94.pdf

html: http://forth.sourceforge.net/std/dpans/

There are many implementations of forth

Please visit the [implementations page](http://www.reddit.com/r/Forth/wiki/implementations) to explore.

  1. # colorforth

Colorforth is a newer language and environment by Chuck Moore, creator of the original forth. It introduces many simplifications that break with traditional programming environments. The colorforth primitives are also the 32 core instructions of the multi-computer chips from GreenArrays, Inc.

site: http://www.colorforth.com/

download: http://www.greenarraychips.com/home/support/download-02b.html

  1. # joy

Joy is a purely functional high level programming language

which eliminates lambda abstraction and function application

and replaces them by program quotation and function composition.

team : Manfred von Thun

site : http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language

mirror : https://github.com/xieyuheng/joy

state : not active

wikipedia page : http://en.wikipedia.org/wiki/Joy(programminglanguage)

  1. # factor

Factor is dynamically typed and has automatic memory management, as well as powerful metaprogramming features. The language has a single implementation featuring a self-hosted optimizing compiler and an interactive development environment. The Factor distribution includes a large standard library.

team : Slava Pestov

site : http://factorcode.org/

state : active

wikipedia page : http://en.wikipedia.org/wiki/Factor(programminglanguage)

  1. # retro

Retro is designed to be small, easily learned, and easily modified to meet specific needs,

it has been developed and refined through continual use by a small community over more than a decade.

it runs on a highly portable virtual machine called Ngaro.

team : Charles Childers

site : http://www.forthworks.com/retro

state : active

  1. # kitten

A statically typed concatenative programming language.

team : Jon Purdy

site : http://kittenlang.org/

code : https://github.com/evincarofautumn/kitten

state : active

  1. # conseptizer

A stack-oriented programming language with focus on list-processing.

team : Wolfgang Jaehrling

site : http://www.conseptizer.org/

code : https://github.com/wolfgangj/conseptizer

state : active

  1. # cicada-language

team : XIE Yuheng

site : http://the-little-language-designer.github.io/

code : https://github.com/the-little-language-designer/cicada

subreddit : http://www.reddit.com/r/CicadaLanguage/

IRC : #cicada-language on freenode

wiki : http://www.reddit.com/r/CicadaLanguage/wiki/index

state : active

  1. # :r4

based on ColorForth ideas.

team : Pablo Hugo Reda

site/code : https://github.com/phreda4

state : active

  • ----------------------------------
  1. The LangDever's Guide to the Great Family
  1. # implementation tech

[MOVING FORTH](http://www.bradrodriguez.com/papers/moving1.htm)

Publications by Bradford J. Rodriguez.

  • ----------------------------------

This revision created on Wed, 27 May 2015 11:22:26 by xieyuheng (test)

Latest Revisions Edit

All content is © 2008-2024 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.