项目作者: mollerse

项目描述 :
Presentation given at flatMap Oslo 2017
高级语言: JavaScript
项目地址: git://github.com/mollerse/creative-concat-presentation.git
创建时间: 2017-04-25T17:29:48Z
项目社区:https://github.com/mollerse/creative-concat-presentation

开源协议:

下载


Rediscovering Concatenative Languages with Creative Programming

40 minute presentation given at flatMap Oslo 2017.

All code is located in the /code-folder.

The slides can be viewed here.

Edit

npm i && npm start to see a local copy.

Abstract

The strange and wonderful family of languages known as Concatenative Programming
Languages had its golden era with FORTH in the 70s and early 80s, after which
they largely faded from the mainstream. Relegated to being of mostly academic
interest, we could question whether these languages still have a place in the
programming world of today.

The ability to quickly combine things in new ways, experiment with parameters
and tweak the compositions is integral to keeping the creative flow. Being the
product of a remarkably ahead of its time philosophy of programming, the FORTH
way of decomposing problems and composing solutions is a very good fit for
creative endeavors.

Are there still things to learn from this seemingly odd family of programming
languages? Can we explore the teachings of Concatenative Languages while having
fun being creative with programming? Let’s find out.