jng.imagine27.com
Clojure | imagine27
http://jng.imagine27.com/index.php/category/functional-programming/clojure
Math by day, philosophy by night. Skip to primary content. Skip to secondary content. Clojure’s growing popular mind share. Mar 25, 2014 @ 16:02:29. Popular interest in Clojure has rapidly increased over the last few years since 2008, almost to the level of Java (the language) today, which has dropped off significantly. ( At least according to Google web trends. In contrast, popular interest in Common Lisp seems to have dropped off steadily since 2004. Aug 30, 2012 @ 22:38:43. Is a sorting algorithm.
jng.imagine27.com
Programming | imagine27
http://jng.imagine27.com/index.php/category/programming
Math by day, philosophy by night. Skip to primary content. Skip to secondary content. Two sorts with Rust. Dec 3, 2015 @ 14:37:38. Here are some initial thoughts on Rust. In the almost two years since I last looked at it along with some implementations of merge. Sort (These are just my opinions so please don’t panic! 1 Cargo is awesome for managing package dependencies and building projects. 3 Strong static inferred type system! I won’t be pedantic here by explaining the quick sort. The code for the proj...
blog.fogus.me
fogus: 2007
http://blog.fogus.me/2007
On life, programming. Follow me on Twitter. Run this blog in mobile. Linkage 2007.12.29. Dec 28, 2007 one comment. Application Frameworks br/ Set theory useless? Br/ In other words most of mathematics can be carried out in second order arithmetic: roughly speaking this means that one can use the integers and subsets of the integers but nothing more complicated. MLB’s 2007 Wild and Wacky What was the most mathematically impossible pitching feat of the year? Linkage 2007.12.28. Dec 28, 2007. Dec 27, 2007.
blog.fogus.me
fogus: 2015
http://blog.fogus.me/2015
On life, programming. Follow me on Twitter. Run this blog in mobile. The best things and stuff of 2015. Dec 29, 2015 some comments. Great things and people that I discovered, learned, read, met, etc. in 2015. No particular ordering is implied. Not everything is new. also: see the lists from 2014, 2013, 2012, 2011 and 2010 Great blog posts read 1,000 True Fans – an interesting look into a certain aspect of the long-tail (something I’ve been mulling […]. The 100:10:1 method: my approach to open source.
blog.fogus.me
fogus: 2014
http://blog.fogus.me/2014
On life, programming. Follow me on Twitter. Run this blog in mobile. The best things and stuff of 2014. Dec 29, 2014 some comments. Great things and people that I discovered, learned, read, met, etc. in 2014. No particular ordering is implied. Not everything is new. also: see the lists from 2013, 2012, 2011 and 2010 Great blog posts read What happens if you write a TCP stack in Python? Julia Evans answers this question with “something awesome.” I […]. First compiled languages – Twitter survey. I recently...
jng.imagine27.com
imagine27 | math by day, philosophy by night | Page 2
http://jng.imagine27.com/index.php/page/2
Math by day, philosophy by night. Skip to primary content. Skip to secondary content. Newer posts →. Purely Functional Data Structures & Algorithms : Union-Find (Haskell). Aug 22, 2012 @ 14:46:18. Replaced the use of Data.Vector with the persistent Data.Sequence which has O(logN) worst case time complexity on updates. A Haskell version of the previous code. False 4 and 6 connected? False 3 and 1 connected? False 7 and 8 connected? True 4 and 6 connected? True 3 and 1 connected? True 7 and 8 connected?
jng.imagine27.com
jng | imagine27
http://jng.imagine27.com/index.php/author/admin
Math by day, philosophy by night. Skip to primary content. Skip to secondary content. Singular Value Decomposition explained circa 1976. Jan 25, 2016 @ 14:16:56. Latent Semanti Indexing (LIS). Is used widely today in Semantic Search. And has many other uses in Deep Machine Learning. This is a pretty good explanation/visualization from 40 years ago. Two sorts with Rust. Dec 3, 2015 @ 14:37:38. Here are some initial thoughts on Rust. Sort (These are just my opinions so please don’t panic! Rightis empty() {...