frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ProcASM – A general purpose, visual programming lanugage

https://procasm.temware.site
11•Temdog007•1y ago
I've been working as a software engineer since 2016. I've always had side projects that I would work on outside of my job. At first, it was just web games. But in 2021, I took an interest in programming languages and started making my own. When I got laid off from my job in late 2023 (budget cuts according to my employer), I decided to focus on becoming an independent developer and being able to monetize my own software.

Since I was working on programming languages, my plan was to make a commercial grade programming language. Monetizing it would be difficult since there are so many free and open source programming languages out there. The only way I could think to stand out was to make something that hasn't been made before. General purpose programming languages DO exist; Visual programming languages DO exist. As far as I know, general purpose, visual programming languages DO NOT exist. So, that is what I decided to create.

I wrote a blog on my website <https://temware.site/html/blogs/procasm_justification.html> talking about how ProcASM works and some justifications on why developers and companies would consider using it. There is documentation <https://procasm.temware.site/documentation.html> describing ProcASM's concepts in more detail. And, there is a manual <https://procasm.temware.site/manual.html> that describes how to use application itself.

I have examples on the website <https://procasm.temware.site/procedure_view.html> showcasing how procedures are displayed in ProcASM. The images on that page are procedures, created in ProcASM, that were exported to SVG files from ProcASM.

You can try out ProcASM for free in your browser here: <https://procasm.temware.site/demo.html>

If you just want to see examples in ProcASM, use the links below to load projects in the demo.

Sample Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> Execute the Procedures: *Fibonacci*, *Test: Fizz Buzz*, and *Guess Number* to get an idea on how ProcASM works.

Network Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> This project contains examples of TCP clients and servers. If your using the browser version, you can load the project and view the procedures. However, you cannot execute any of the procedures in this project since they rely on native dynamic libraries which can't be executed in the browser. If you are using the desktop version, you can execute the procedures: Test TCP Client, Test TCP Server, and Test HTTP Server. This page <https://procasm.temware.site/getting_started.html?show=netwo...> can help you with compiling a dynamic library on you machine.

Support Forum Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> To ensure that ProcASM was suitable for software development, I decided to create something non-trivial with it; the back-end for the support forum <https://forum-procasm.temware.site>. The project was transpiled to C code using ProcASM (available only for the desktop versions). Then, that C code was compiled on a FreeBSD machine to generate an executable. That executable is running on a FreeBSD server. The *Server* procedure is the *main* procedure for the application. The dynamic library is not available. So, you can only view the procedures in this project.

Comments

nizarmah•1y ago
I just saw the Hello World example on the website, and the video.

It seems like your program is really capable, but I'm finding the UI extremely overwhelming.

I find myself comparing this to MIT's Scratch, and I know your tool is much more capable, but the user experience makes Scratch so intuitive.

Everything reads like a short sentence, and I can just dive in without understanding what I'm doing.

Any chance this can turn into something like "building legos"?

Blocks can be built exactly like Scratch. And, then, maybe you can map their input/output streams as a way to connect blocks (ideally inferred on the run).

And people can re-use blocks that others have built.

I know this is supposed to be a programming language, not a toy. But, selfishly, I want the UX to feel like it's a toy, so simple to discover it on my own. I can imagine prototyping stuff with it, especially if there's a library of stuff that I can use or contribute to while doing so...

Temdog007•1y ago
Thanks for the feedback.

I was wondering if the UI might give users some trouble. I had decided to write my own GUI library for this application instead of using an existing one. But now, I think retooling the GUI with an existing GUI library is in order.

> Any chance this can turn into something like "building legos"?

I'm not sure what you mean by "building legos"? Right now, users can create and reuse procedures. Sub-procedures, on the other hand, are tied to a specific procedure. I think this tool can work fine as is for prototyping.

But without a better UI, users may be choosing not use the app at all. So, I'll focus on a UI redesign.

nizarmah•1y ago
The legos was referring to user experience, sorry about the vagueness.

I'd love to try this again with a simpler UI. If there's a place I can follow for updates, LMK.

mdaniel
•
1y ago
> Personal Subscriptions are per-user. So, this subscription is valid for one user

So if it's $100 per year and it's a programming language, at 366 days I can't even use what I already wrote? I'd advocate for the JetBrains licensing model: it remains licensed to the user indefinitely but just with no updates. Otherwise for a programming language that's extortion not a licensing fee

Temdog007•1y ago
> it remains licensed to the user indefinitely but just with no updates

That is how the purchasing model currently works. Once you have downloaded the executable, you are free to use it forever even after your subscription ends.

But, I can see where there might be confusion. So, I'll be sure to re-word that page and make it more clear.

Ntsc-rs – open-source video emulation of analog TV and VHS artifacts

https://ntsc.rs/
253•gregsadetsky•5h ago•59 comments

Harness engineering: Leveraging Codex in an agent-first world

https://openai.com/index/harness-engineering/
29•pramodbiligiri•1d ago•16 comments

Moving beyond fork() + exec()

https://lwn.net/SubscriberLink/1076018/16f01bbbb8e0d1f0/
245•jwilk•10h ago•258 comments

Meta confirms 1000s of Instagram accounts were hacked by abusing its AI chatbot

https://this.weekinsecurity.com/meta-confirms-thousands-of-instagram-accounts-were-hacked-by-abus...
399•speckx•6h ago•146 comments

Public Domain Image Archive

https://pdimagearchive.org/
5•davidbarker•50m ago•0 comments

Zeroserve: A zero-config web server you can script with eBPF

https://su3.io/posts/introducing-zeroserve
186•losfair•10h ago•46 comments

Introducing Boron Buckyballs: Theory that B80 cages can’t be made is disproved

https://cen.acs.org/materials/nanomaterials/buckyballs-boron-buckminster-fullerene-nanomaterials/...
11•crescit_eundo•2d ago•1 comments

Nvidia is proposing a beast of a CPU system for Windows PCs

https://twitter.com/lemire/status/2062880075117113739
224•tosh•12h ago•423 comments

Sem: New primitive for code understanding – not LSPs, but entities on top of Git

https://ataraxy-labs.github.io/sem/
47•rohanucla•5h ago•21 comments

Show HN: Keybench – Scriptable, extensible performance tool for key value stores

https://github.com/guycipher/keybench
5•alexpadula•2h ago•0 comments

You Can Run

https://magazine.atavist.com/2026/mccann-cocaine-fugitives
96•bryanrasmussen•9h ago•49 comments

Pokemon Emerald Ported to WebAssembly (100k FPS)

https://pokeemerald.com/
271•tripplyons•14h ago•77 comments

Show HN: Infinite canvas notes in the non-Euclidean Poincaré disk

https://uonr.github.io/poincake/
119•uonr•4d ago•22 comments

Google to pay SpaceX $920M a month for compute capacity at xAI data centers

https://www.cnbc.com/2026/06/05/google-to-pay-spacex-920-million-a-month-for-xai-compute-capacity...
136•toephu2•1d ago•709 comments

Computex 2026: Are We Heading for the Agentic PC Era Yet?

https://www.eetimes.com/computex-2026-are-we-heading-for-the-agentic-pc-era-yet/
23•rbanffy•4h ago•24 comments

Benchmarks in Leipzig

https://arxiv.org/abs/2606.05818
123•root-parent•11h ago•44 comments

Home alone: Remote work, isolation, and mental health

https://www.science.org/doi/10.1126/science.aec7671
117•speckx•5h ago•110 comments

PyTorch Custom Operation

https://leimao.github.io/blog/PyTorch-Custom-Operation/
18•eigenBasis•5d ago•3 comments

Ask HN: What was your "oh shit" moment with GenAI?

542•andrehacker•2d ago•940 comments

The new bibliomaniacs

https://engelsbergideas.com/notebook/the-new-bibliomaniacs/
65•RickJWagner•13h ago•52 comments

Pentagon raised threat of Israeli spying on U.S. to highest level, sources say

https://www.nbcnews.com/politics/national-security/pentagon-raised-threat-israeli-spying-us-highe...
393•MilnerRoute•6h ago•292 comments

Unicode Fonts and Tools for X11

https://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
10•kristianp•2d ago•2 comments

Show HN: Ironwall, a safety-first native programming language and compiler

13•bOZbfU4YdRnJQ•1h ago•6 comments

Motorola effectively bricked its entire line of WiFi routers without explanation

https://mashable.com/tech/motorola-wifi-routers-stop-working-motosync-plus-app-down
56•thisislife2•10h ago•19 comments

Context Sculpting

https://perceptiontheory.bearblog.dev/context-sculpting/
7•perceptronblues•1h ago•2 comments

Running Python code in a sandbox with MicroPython and WASM

https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/
76•theanonymousone•10h ago•22 comments

Mbodi AI (YC P25) Is Hiring Founding Machine Learning Engineer (Robotics)

https://www.ycombinator.com/companies/mbodi-ai/jobs/WYAcNkX-founding-machine-learning-engineer
1•chitianhao•13h ago

S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic

https://arstechnica.com/tech-policy/2026/06/sp-500-blocks-fast-spacex-entry-wont-waive-rule-for-u...
1361•maltalex•20h ago•470 comments

New U.S. college grads now have higher unemployment than the average worker

https://www.randalolson.com/2026/06/04/recent-grad-unemployment-flip/
145•davidbarker•4h ago•146 comments

Ask HN: Why is the HN crowd so anti-AI?

382•Ekami•22h ago•641 comments