SML# version 3.0.1 has been released
pllab.riec.tohoku.ac.jp2 pointsby alegrn3 comments
$8738 ... (makes profit for N years, where N = 1)
$17221 ... (makes profit for N years, where N = 2)
$25458 ... (makes profit for N years, where N = 3)
$41217 ... (makes profit for N years, where N = 5)
$76772 ... (makes profit for N years, where N = 10)
$133897 ... (makes profit for N years, where N = 20)
$284390 ... (makes profit for N years, where N = 100)
And no software is able to make profit for 100 years. present_value := cashflow / discount_rate
Given 750$ per month (9000$ per year) and a 3% annual discount rate, then an infinite stream of 750$ monthly payments is worth today 300.000$.
Biggest feature of this release seems to be 64bit multicore programming.
My experience with this release so far:
- installation on ubuntu 16.04 worked - it was very easy to create a statically linked executable and run it on my server - excellent foreign function interface - separate compilation mechanism - multicore support - record polymorphism
For me it is just great to see how SML# matures as a platform.