floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

683
active users

alcinnz

Question for you:

What are the most interesting examples of visual programming? What ideas would you propose?

I'll want to incorporate them into a graphics workstation hypothetical...

Text-based programming is so ingrained, I'm struggling to think beyond it!

I'm particularly interested in different maths notations?

That's where I'm particularly struggling to come up with an interesting answer, & computer graphics requires lots of math!

@alcinnz Have you ever looked at the VisualAge Smalltalk system by IBM? I think that was a pretty interesting approach at the time. It was very centered around UI design, and attaching actions to the various UI elements.

They tried applying the same approach to other languages later, like Rexx and C++, but especially the last one did not work as well conceptually.

There's GUI design tools today that look somewhat similar to this, but don't really get to the same level and elegance that the original VisualAge Smalltalk system did. At least from how I remember it. It's been a few years...

@harald I'll have a look! Thanks for pointing me to it!

@harald I'm having trouble researching VisualAge SmallTalk. Do you have any links you can sure?

@alcinnz Seems the web isn't overflowing with info on VisualAge stuff. But I've been able to dig up a few references.

First, it seems it has been continued as the VAST Platform by Instantiations:
#^https://www.instantiations.com/vast-platform/

They have some docs on their website:
#^https://www.instantiations.com/vast-support/documentation/1301/#page/ug/vaug01.html

I also found a quite a bit by searching for VisualAge on the Internet Archive. Some of the more interesting ones I think are these:


These are, as you can see, for the C++ version, but the visual builder parts was similar. It was just more elegant with Smalltalk as you didn't need a compile cycle, and the language lends itself better to this type of dynamic coding.

Hope that helps.
InstantiationsVAST Platform – InstantiationsDesign it. Build it. Deploy it. Create object-oriented software that's stable, easy to maintain, and deploys smoothly — all from the same comprehensive development environment.

@harald Thanks, I'll look through them!

@alcinnz Max?
cycling74.com/products/max

There's also Scratch.
scratch.mit.edu

Apple have made at least a couple of visual programming environments over the years, but I don't believe any of them are still available. The most recent was Quartz Composer.
en.wikipedia.org/wiki/Quartz_C

cycling74.comWhat is Max? | Cycling '74Max is an infinitely flexible space to create your own interactive software

@alcinnz Visual shader editors are a neat example. Shaders are just functions (in the pure, mathy sense), but they present it more as a... data flow representation?

e.g. cdn-images-1.medium.com/v2/res

@emily Yeah, I've seen a few of those. And I've been pointed to a few more!

I do think I'll include it! With a visual syntax that can also be used in a way more resembling Scratch.

But I view that as more suitable to working with higher-level abstractions, whereas I'm more stuck on how I'd want to express the lower-level ones!

@alcinnz What sort of low-level abstractions do you have in mind? I'm having trouble thinking of examples that make sonse, except in the sense of "pure functions are higher level" (I do think this style of editing is more suited to pure functions).

@emily By low-level abstractions I'm thinking of things like:

* Various physics sims
* Ray tracing & depth buffered rendering
* Dynamic topology

And the like.

There's no reason I can't apply dataflow or brick visual syntaxes to that, but I suspect there's better ideas for the task which'd look cleaner.

I keep landing on a language which supports standard math symbols/layout, though I'm not entirely confident in it.

@alcinnz The best example I've seen is the Luna / Enso language. It was general-purpose visual functional programming language, here is how it used to look:

youtube.com/watch?v=1OOb0dxZYu

@alcinnz This project (ensoanalytics.com/) has by now devolved into a flashy datascience app*, but they crunched through a lot of knowledge along the way. If you really want to dig into this topic, you may checkout the "team" section of the website, and then search for their conference talks, blog posts, etc.

* This is an exaggerated statement to make my point across. Their program might actually be a very good data science app, I don't know, I only spent like 5 min browsing their website right now. However, they do present it as a data processing tool, not a general-purpose programming language.

ensoanalytics.comEnso Analytics | Self-Service Data Prep and Blend built for Data Teams.Enso Analytics is a cutting-edge self-service data preparation and analysis platform designed specifically for data teams. Enso empowers users to transform complex data processes into efficient, repeatable workflows, significantly boosting productivity and saving the average user 7 hours per week.