WeSearch

Donna v0.3.0

·2 min read · 0 reactions · 0 comments · 11 views
#opensource#programming#software
Donna v0.3.0
TL;DR · WeSearch summary

Donna has released version 0.3.0, focusing on improving developer experience. This update includes enhanced error messages, better type error reporting, and the introduction of 'todo' and 'panic' functionalities. Future updates will continue to prioritize user satisfaction by addressing errors, bugs, and formatting improvements.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3935119) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nikolas Skyl Posted on May 25 Donna v0.3.0 #opensource #programming Donna released v0.3.0 today. What this version brings to Donna? Donna designed to be a small functional language that compiles to native binaries and focus on DX(Developer Experience).It's also statically typed and bootstrapped. In the past versions we focused to make the experience of using Donna better. We focused on a list of things that needed to refined. Let's take a brief look on those: Error messages.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)