Translating math into code with examples in Java, Racket, Haskell, Python (2011)
1–10 of 95 posts
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#2Packages like this one are dope https://github.com/korsbo/Latexify.jl
Or this
https://github.com/qojulia/QuantumOptics.jl
Or this
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#3I checked the RSS feed and couldn't find the article in it. I cross-checked the oldest article in the feed with the index of articles on the site, this article seems to be written before Dec 2014. This makes sense for why Julia isn't included.
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#4Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#5Nice article, I was wondering why Julia wasn't featured considering its support for math syntax. I wondered whether this could have been an old article, but there is no date in the article. I checked the RSS feed and couldn't find the article in it. I cross-checked the oldest article in the feed with the index of articles on the site, this article seems to be written before Dec 2014. This makes sense for why Julia is…
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#6Nice article, I was wondering why Julia wasn't featured considering its support for math syntax. I wondered whether this could have been an old article, but there is no date in the article. I checked the RSS feed and couldn't find the article in it. I cross-checked the oldest article in the feed with the index of articles on the site, this article seems to be written before Dec 2014. This makes sense for why Julia is…
Thanks for doing the sleuthing on that, I (and surely others) had been wondering about the same :).
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#7Nice article, I was wondering why Julia wasn't featured considering its support for math syntax. I wondered whether this could have been an old article, but there is no date in the article. I checked the RSS feed and couldn't find the article in it. I cross-checked the oldest article in the feed with the index of articles on the site, this article seems to be written before Dec 2014. This makes sense for why Julia is…
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#8I dream of material that would explain some advanced (for a regular person understanding of the word) math concepts using Python. Maybe it's because I've programmed more in my life than did math, but the "language" we use to write it is absolutely crazy: one letter variables everywhere, no structure, thousands of custom notations etc. I'm not criticising it, I realise it exists this way for a reason and if I wasn't s…
Math is so easy! and its a joy to work with when programming, but the way its written, the notation, is often baffling to me.
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#9https://crypto.stanford.edu/~blynn/haskell/ga.html
I am personally learning Shen[1] because Lisp, optional typing (great type system), and the formal work done within it, and for it in proving, verification and other related endeavors. It seems to tick the Haskell, Lisp, Prolog and logic boxes for me. Its portability is great[2], however, it is still young and building libraries. I am thinking on trying to mimic the DL work done by Dragan Djuric[3] for Clojure in Shen. We'll see how that goes...
[1] http://www.shenlanguage.org/ [2] https://shen-language.github.io/ [3] https://dragan.rocks/
Re: Translating math into code with examples in Java, Racket, Haskell, Python (2011)
#10I dream of material that would explain some advanced (for a regular person understanding of the word) math concepts using Python. Maybe it's because I've programmed more in my life than did math, but the "language" we use to write it is absolutely crazy: one letter variables everywhere, no structure, thousands of custom notations etc. I'm not criticising it, I realise it exists this way for a reason and if I wasn't s…