Hacker News new | ask | show | jobs
by RedNihilism133 698 days ago
I saw how you handled numerical structures and it looks pretty good - the way you combine them reminds me of R but obviously it’s a lot more flexible. I think I can see how you handle sets of data although the random variables are a little above my pay grade. Is this something that people can play with?
1 comments

Thanks for taking a look. Yes, we treat numerical structures as standalone entities that can be combined and manipulated. With some slight variations we do something similar for databases, sets and random variables. Basically, all of the iterative loops are hidden from view. Unfortunately there is no easy way for people to play with it directly - its UI uses special expandable panels that would be difficult to build into a web page