TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dezyne Programming Language

56 pointsby aulisius5 days ago

5 comments

rendaw3 days ago
Is there a hello world somewhere? The home page just has release announcements, and I'm not quite interested enough to read the manual.
评论 #44026565 未加载
karkob3 days ago
That&#x27;s only the language, I strongly recommend using dedicated VS Code extension that supports graphical tools VS code extension: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=verum.dezyne" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=verum.de...</a> Verum Dezyne binary: <a href="https:&#x2F;&#x2F;verum.com&#x2F;download&#x2F;" rel="nofollow">https:&#x2F;&#x2F;verum.com&#x2F;download&#x2F;</a> It&#x27;s a bit confusing but Dezyne - language, command-line version. Verum Dezyne - same + graphical tools<p>If you need a working example, you can find a simple Cmake&#x2F;C++ implementation: <a href="https:&#x2F;&#x2F;forum.verum.com&#x2F;t&#x2F;automatic-lights-a-complex-system-with-one-button-deployment&#x2F;1104" rel="nofollow">https:&#x2F;&#x2F;forum.verum.com&#x2F;t&#x2F;automatic-lights-a-complex-system-...</a><p>If you are stubborn enough you can model even the smallest detail of logic in Dezyne and then use single lines of C++ hand-written code to manipulate IOs: <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;j0ran&#x2F;alarmsystem&#x2F;src&#x2F;alarmsystem-no-modelling-events&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;j0ran&#x2F;alarmsystem&#x2F;src&#x2F;alarmsystem-no-m...</a>
gotoeleven3 days ago
Can anyone proficient with this kind of language comment on how useful it is compared to a more vanilla imperative language? It seems like it&#x27;s designed for control systems, which is largely about correctly implementing large state machines. Are there problems that are incredibly difficult to manage without a language like dezyne? Outside of control and state machines, are there other domains it excels in?
评论 #44028225 未加载
评论 #44025811 未加载
评论 #44025154 未加载
az09mugen3 days ago
This language reminds me of Eiffel programming language, but more contract&#x2F;behaviour oriented.
codr73 days ago
Smells like Swift to me; too much specialization, everything reads like a contract.
评论 #44028235 未加载
评论 #44025860 未加载