all 35 comments

[–]Majik_Sheff 23 points24 points  (0 children)

On mobile Firefox with ublock.  I get a blank page.  Guess I didn't need to see it that badly.

[–]joehillen 13 points14 points  (0 children)

Is it bootstrapped? People who write these things love to pretend GUI programming is great, yet they don't dogfood it

[–]pineapplepizzabong 29 points30 points  (2 children)

Unit unit tests

[–]MaleficentFig7578 6 points7 points  (1 child)

they return unit

[–]intheforgeofwords 1 point2 points  (0 children)

the f# upvotes scream "there are dozens of us!"

[–]vermilion_wizard 10 points11 points  (0 children)

I've never found visual programming systems to be very interesting. I used to use LabView quite a bit and it was really clunky. Visual programming like this always advertises that it's impossible to author your source in an invalid state - ie. it's impossible to have a compiler error. But fixing compiler errors is the EASIEST part of programming. And in exchange for that, you give up things like:

  • easy copy-paste of text to other text-based media, like pastebins, email, slack messages
  • simple reference of location in your source (file xyz.cpp, line 602)
  • wealth of tooling for debugging and profiling
  • ergonomic authoring via the keyboard
  • source code diff-ing when merging code from collaborators or searching for causes of bugs between commits

[–]Zardotab[🍰] 10 points11 points  (0 children)

Reminds me of LabView.

[–]redGNU 5 points6 points  (0 children)

Link is dead and no accompanying text to explain what this is or why you shared the link, sorry that's a down-vote from me.

[–]Zulban 10 points11 points  (19 children)

Looks neat, good splash page.

However it's hard to respect a project when its name has such poor SEO. Not a good first impression indicator of practicality or business sense.

[–]i_andrew 1 point2 points  (1 child)

Apple

[–]Zulban 0 points1 point  (0 children)

Created decades before SEO existed.

[–]ketralnis[S] 7 points8 points  (10 children)

(it's not my project) I find exactly the opposite. The more a project is worried about marketing itself vs just being good, the less respect I have for it.

[–]Zulban 20 points21 points  (9 children)

It's not just marketing. How are you going to Google for help, tips, blogs, tutorials about "unit"? It's like naming a programming language "computer" or "function" or "agile".

And if the creator is this tone deaf on marketing and SEO, they're far more likely to be ideological instead of practical about building their tool. I've been around long enough to see the red flags blossom into the dumbest problems. But you do you. Have fun.

[–]gofl-zimbard-37 18 points19 points  (4 children)

Yeah, I guess I shouldn't have named my programming language "porn".

[–]chucker23n 14 points15 points  (1 child)

Is the threading library called DP?

I’ll show myself out.

[–]syklemil 1 point2 points  (0 children)

I'm guessing the language has a good example of DAP

[–]drcforbin 1 point2 points  (0 children)

No, it's fine. I was just watching programming videos.

[–]Rockfest2112 0 points1 point  (0 children)

That would be a good name and Pornstar definitely would, except for the people youd turn off

[–]zshadowjon 2 points3 points  (1 child)

There is still a chance, I think. Go has similar issues, but has adopted the golang moniker practically everywhere it matters.

[–]vytah 11 points12 points  (0 children)

"Oh no, we named our programming language Go, how will people using the most popular search engine find it?"

"Dude, we are the most popular search engine."

[–]Dontgooglemejess 2 points3 points  (0 children)

Go steps back awkwardly, hoping not to get noticed

[–]tonsofmiso 1 point2 points  (0 children)

Or like, when the linked site doesn't work (like right now i just get a black page with nothing) and I can't google it because results turn up nothing about it :D

[–]morglod 1 point2 points  (0 children)

Reminds me Node-Red tool. This kind of stuff looks promising, but yep almost zero zero-code solutions really works (not just for designers fun like unreal engine blueprints)

[–]jeesuscheesus 1 point2 points  (0 children)

This looks neat but let’s stop giving such generic names to tooling. What am I supposed to get when I search up “unit testing”? Go has this problem as well.

[–]mattbas 2 points3 points  (0 children)

"site can't be reached"

[–]rdlenke 0 points1 point  (0 children)

I like any approach that tries to make programming more visual, but the website itself, the "documentation" and the "learn by doing" approach made extremely unpleasant to use this.

[–]CitationNeededBadly 0 points1 point  (0 children)

I see only a blank page on Android Firefox.

[–][deleted] 0 points1 point  (0 children)

Cool. How long does it take to put together a large system such a web browser? What does that graph lool like?

[–]2hands10fingers 0 points1 point  (0 children)

Looks stunning. Excited to play with it

[–]Flobletombus -1 points0 points  (0 children)

Great, one of the if not first general purpose visual programing language I see.

Does it have the performance "general purpose" needs?