Full Metal Jacket: A visual dataflow language (2016)
fmjlang.co.uk
Full Metal Jacket: A visual dataflow language (2016)
1–10 of 57 posts
Re: Full Metal Jacket: A visual dataflow language (2016)
#2Is this not available to the public yet?
Re: Full Metal Jacket: A visual dataflow language (2016)
#3This is arguably NOT true. Visual languages have consistently failed to match, let alone out-do textual languages for decades, and with good reason.
Re: Full Metal Jacket: A visual dataflow language (2016)
#4It was also pretty unstable.
Re: Full Metal Jacket: A visual dataflow language (2016)
#5"Text-based languages are so 20th century" This is arguably NOT true. Visual languages have consistently failed to match, let alone out-do textual languages for decades, and with good reason.
Re: Full Metal Jacket: A visual dataflow language (2016)
#6As for general computing, the most thought out language I've seen so far is probably https://en.wikipedia.org/wiki/DRAKON. Apparently you can now even try it online: https://drakonhub.com/try-me?example=mind157
I like Full Metal Jacket in that it starts with a functional approach (it seems to be based on LISP) and might actually be a good way to introduce functional programming to newcomers. For example, here you just have a "factorial" node when you define the factorial function: http://www.fmjlang.co.uk/fmj/tutorials/Recursion.html Some people really struggle with recursion initially and if they are visual learners this might be helpful.
Re: Full Metal Jacket: A visual dataflow language (2016)
#7Re: Full Metal Jacket: A visual dataflow language (2016)
#8"Text-based languages are so 20th century" This is arguably NOT true. Visual languages have consistently failed to match, let alone out-do textual languages for decades, and with good reason.
Would you consider Microsoft Excel a visual language?
I think it sits between both worlds. The interface and main interaction is visual, yet the actual logic is textual.
This seems to hit the sweet spot, making it useful for the non-programmer yet providing significant depth and complexity.
Note that personally I hate using plain Excel because the formulas seem so restrictive and the functions I want are never there, but again this seems to be ideal for the target audience.
Re: Full Metal Jacket: A visual dataflow language (2016)
#9Re: Full Metal Jacket: A visual dataflow language (2016)
#10Then I read the author's explanation (http://www.fmjlang.co.uk/fmj/Name.html), which makes a comparison between lisp (the programming language) and stereotypes about homosexuality (with the requisite "I have gay friends!" disclaimer).
Maybe the author should grow up.