[-] cli345@programming.dev 1 points 1 month ago

Thank you, Kissaki, for the crossposting :)

[-] cli345@programming.dev 1 points 1 month ago

Thank you for your very useful feedback :)

A native representation of HTML tags is a good idea: I'll have to do that.

For ...---, I wanted a big split symbol between branches (||========) and a small split symbol between the two steps inside a branch (...---). ... because the branch continues and --- to mark a smaller split than ==========.

I intend to add a syntaxic sugar for:

parallel(select N) ||
||==============
	myFunction(arg1,...,argM)
...--------
	restOfBranch1
||=============
	myFunction(arg1b,...,argMb)
...-------
	restOfBranch2

that would be:

choose N by myFunction
	* arg1,...,argM
		restOfBranch1
	* arg1b,...,argMb
		restOfBranch2
[-] cli345@programming.dev 2 points 1 month ago

Thank you for your feedback, which lets me know that you enjoyed the playground. :)

[-] cli345@programming.dev 2 points 2 months ago

Thank you! I look forward to hearing your opinion.

36

Hi, I made FuncSug to make GUI programming in the browser easier. It's a new language that aims to enable a clearer and easier code structure.

Can you tell me what you think about it?

8

Hello, I made a new programming language called FuncSug. Its purpose is to make GUI programming in the browser easier.

Can you tell me what you think about it?

[-] cli345@programming.dev 2 points 1 year ago

Thank you very much for your feedback. ๐Ÿ™‚

4

This is just a very naive execution model for concurrency.

What do you think about it?

cli345

joined 1 year ago