FMix: пакетный менеджер для Forth
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.
- ▪FMix allows users to create new Forth projects with a simple command.
- ▪It supports pulling dependencies directly from Git repositories, including specific branches or tags.
- ▪The tool provides a basic project structure and a unique package description format written in Forth style.
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).