WeSearch

FMix: пакетный менеджер для Forth

·7 min read · 0 reactions · 0 comments · 15 views
#forth#packagemanager#opensource#tooling
FMix: пакетный менеджер для Forth
⚡ TL;DR · AI summary

FMix is a new package manager and build tool designed for the Forth programming language. It aims to provide a minimal set of tools familiar to users of modern programming languages, allowing for project creation, dependency management, and testing. The tool is inspired by Elixir's Mix and facilitates the use of Git repositories for dependency management.

Key facts
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 === 3831248) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alexey Bolshakov Posted on May 18 FMix: пакетный менеджер для Forth #forth #opensource #tooling #ai В современных языках программирования мы почти всегда ожидаем, что рядом с языком будет удобный инструмент для работы с проектом. В Elixir есть Mix. В Rust есть Cargo. В Ruby есть Bundler и RubyGems. В Haskell есть Cabal и Stack. В JavaScript есть npm, pnpm и Yarn. В Go есть modules.

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)