You are viewing archived messages.
Go here to search the history.

Henning Sato von Rosen 2022-01-10 09:47:54

Hi all; seems the free online course “Programming for Everyone – An Introduction to Visual Programming Languages” has not been shared in the group lately. https://www.edx.org/course/programming-for-everyone-an-introduction-to-visual

  • It’s a gentle introduction to the concepts statecharts/ hierarchical state machines (concepts, as opposed to describing the usage of a specific framework. Other concepts are introduced as well. It is beginner-oriented/no prerequisites, but statecharts basic concepts seems of general interest. Lessons of less interest can be skipped or enjoyed just for the presentation 🙂.
  • Unbelievably, the teacher is the creator of Statecharts, author of the classic 1987 statecharts paper, David Harel.
Mattia Fregola 2022-01-11 00:07:30

Toby Schachman talks about how he’s building cuttle.xyz with Chet Corcos - via Twitter @CuttleXYZ

https://www.youtube.com/watch?app=desktop&v=2el-85vG-IU

Shubhadeep Roychowdhury 2022-01-14 13:46:41

PyFl – new functional programming language from Bill Wadge - https://billwadge.com/2022/01/13/functional-programming-for-the-rest-of-us-get-pyfl-now/

Jason Morris 2022-01-14 21:00:00

Download link doesn't work for me?

Corey Montella 2022-01-14 22:31:33

Lucid was my first experience on how different programming can be from the imperative world. I was hoping PyFL would be a dataflow variant of Lucid, but it seems more functional.