[–] PhilipRoman 8mo ago ↗ The website seems to be just AI filler, I guess this is the real GitHub repo: https://github.com/am-kantox/cure-langI was curious about the examples but this does not seem promising... def sort(list: List(T)): List(T) where Ord(T) = match list do [] -> [] [pivot | rest] -> sort(rest) end
[–] SwiftyBug 8mo ago ↗ This was posted two days ago and has been flagged: https://news.ycombinator.com/item?id=45832954
3 comments
[ 1.2 ms ] story [ 18.3 ms ] threadI was curious about the examples but this does not seem promising...