discourse.julialang.org/t/julia-v1-1...
Posts by Mehmet Hakan Satman
Juliaup release channel now points to v1.12.6‼️
Don't forget to do
$ juliaup self update && juliaup update
#JuliaLang
Thank you!
This study investigates the possibilities of applying classical MCDM methods to grey numbers by leveraging operator overloading and multiple dispatch features of Julia programming language.
dx.doi.org/10.26650/aci...
#julialang
🔴 "I've been renewing the juliafinance.org domain name for five years. The next renewal date in 5/20/2026 and I will probably not renew.
If anyone would like to take over the domain let me know. Once it's yours, there will be an annual fee to renew it."
x.com/EricForgy/st...
My new book "Julia ile Yöneylem Araştırması" (in Turkish) is ready to download for free with CC BY-NC-SA 4.0 license.
#JuliaLang
www.inetd.org.tr/julia-ile-yo...
Prism looks great, but I’m going to stick with Vim + Copilot.
and the Julia counterpart:
#JuliaLang
Scala counterpart:
Haskell counterpart:
Kip Programming Language by @joomy.bsky.social
The language is based on a natural language: Turkish 🇹🇷.
Not only one-to-one translations of keywords but the whole language is based on the Turkish grammar.
Here is an example of `isodd` function.
This month in Julia!
#julialang
discourse.julialang.org/t/this-month...
Julia v1.12.4 is up! 🎈🙃
#JuliaLang
discourse.julialang.org/t/julia-v1-1...
Anybody uses Mojo instead of Python, here?
Lit.jl - A Simple, Data-Centric Web App Framework for Julia
Demos: lit.coisasdodavi.net
#julialang
discourse.julialang.org/t/ann-lit-jl...
SubsetJuliaVM: A Julia Subset Execution Environment for iOS and Web
#JuliaLang
discourse.julialang.org/t/subsetjuli...
𝓓𝓲𝓭 𝔂𝓸𝓾 𝓴𝓷𝓸𝔀 𝔂𝓸𝓾 𝓬𝓪𝓷 𝓰𝓮𝓷𝓮𝓻𝓪𝓽𝓮 𝓽𝓱𝓲𝓼 𝓴𝓲𝓷𝓭 𝓸𝓯 𝓽𝓮𝔁𝓽 𝓾𝓼𝓲𝓷𝓰 𝓽𝓱𝓮 𝓩𝓪𝓵𝓰𝓸 𝓹𝓪𝓬𝓴𝓪𝓰𝓮 𝓸𝓯 𝓙𝓾𝓵𝓲𝓪
#JuliaLang
cormullion.github.io/Zalgo.jl/dev/
Julia v1.12.3 is out! 🎈
#JuliaLang
discourse.julialang.org/t/julia-v1-1...
we assigned a reviewer, thank you for sharing this!
I need help!
🟢 One reviewer report for this JOSS article is complete.
🟠 Since we haven't got a response from the second reviewer, we need to assign a new one.
🔵 Any volunteers to review the manuscript?
🟣 Regression estimators and R.
Thank you in advance!
github.com/openjournals...
This month in Julia world - November 2025
#JuliaLang
discourse.julialang.org/t/this-month...
Julia v1.12.3 testing period
#JuliaLang
discourse.julialang.org/t/julia-v1-1...
Julia v1.13.0-alpha2 is now available
#JuliaLang
discourse.julialang.org/t/julia-v1-1...
Julia v1.12.2 is up! 🎈
#julialang
A student of mine fixed the constraint in my GitHub optimization example and sent a pull request. This is how I know my efforts are being rewarded.
When I was a young academic doing my master's degree, my seniors were publishing their ideas as Java Applets. Applets are now obsolete, so what tools are these seniors using for the same purposes? I prefer Scala.js for educational tools and distribute my work as Julia packages.
Where is Julia heading? Lack of clarity about priorities, long-term direction and governance
#JuliaLang
discourse.julialang.org/t/where-is-j...
Posts are immutable, like in `val`s in Scala :)
I forgot to tag Julialang :)
Here is the tag: #JuliaLang
Thanks to Julia, I gain the opportunity to write multiple versions of the solve function with a single solve() method. This is called multiple dispatch, and the fact that it can be applied to all arguments distinguishes it from function overloading.