MKMustafif Khaninnews.mufi-lang.org·Feb 1 · 2 min readFerrufi Released!!!Wait…what is Ferrufi? Well, Mufi-Lang was lacking editor support, and well I started tinkering with my own knowledge app (Notion, Obsidian, etc.) in Swift which would take advantage of Metal acceleration, and thought wait a minute, I have Mufi-Lang �...00
MKMustafif Khaninnews.mufi-lang.org·Jan 1 · 2 min readMufiZ v0.10.0 Echo is Released!!!The Echo Release is probably the biggest release so far, and has been in the works for 7 months and in those months a lot of different things were added, tried and didn’t work, but here we are at the end of 2025 with a new MufiZ release with a bunch ...00
MKMustafif Khaninnews.mufi-lang.org·Sep 27, 2025 · 2 min readA Teaser to MufiZ v0.10.0The next release of MufiZ, Echo release is planned to be released hopefully by October or November 2025, and with it comes many new features to the language, after lots of releases of mainly focusing on fixing up the language (well this brings more s...00
MKMustafif Khaninnews.mufi-lang.org·Jun 1, 2025 · 5 min readNewest Features to be introduced in Echo!MufiZ v0.10.0 is packing some new exciting features already, firstly we are adding support for foreach loops!!! var a = {1, 2, 3}; foreach(x in a){ print a; } // 1 // 2 // 3 The foreach loop was something I wanted to bring in Kova but didn’t get...00
MKMustafif Khaninnews.mufi-lang.org·May 28, 2025 · 1 min readMufiZ v0.9.0 is Released!The next release codenamed Kova has been released and man this contains a lot of fixes to the language and a lot of refactoring. The first big thing in this release is the fact that all types in the language are now Zig types! They no longer are C-AB...00