User Portlet User Portlet

Szabolcs Horvát
Discussions
What is the reasoning behind making `ForAll` hold its arguments? I find this surprising and it causes behaviour that I found confusing. There are no other functions that I am aware of that deal with symbolic computation and hold their arguments. ...
Hierarchical edge bundling is an interesting graph visualization technique that can make community structure evident in a network. The D3 JavaScript library implements it and you can see a very nice interactive demo here:...
We can easily get properties of individual stars with `StarData`, i.e. `StarData[star, property]`. But this is not very useful. I might as well look up the star in Wikipedia or elsewhere. Such a database becomes useful not as an encylopedia,...
This question is mostly about the "right way" to work with entities and computable data. I am not very experienced with this area of functionality. The biggest problem I am facing right now is figuring out how make certain functions run...
Hello, I hope some of the LibraryLink experts will be able to comment on this. Could there be any negative effects from loading "too many" LibraryFunctions? My package has 156 at the moments and the number is steadily increasing. Package...
This is in the spirit of the "New Functions I would like to see in future..." post. I think that one area where Mathematica could improve considerably is supporting and encouraging third-party package development. Mathematica is great for...
Some packages create temporary files they work with. How can these be cleaned up *automatically* on kernel exit? Related discussions: - http://mathematica.stackexchange.com/questions/110162/handling-kernel-quit -...
Mathematica 10.4 includes new functions for dendrograms. So far I found `Dendrogram` and `ClusteringTree`. Both take unclustered data as input and output a visualization. But is there a way to obtain a symbolic representation of a dendrogram,...
This is more of a warning to other people using LibraryLink than a question (but all comments are welcome). The documentation is initially quite clear about what `LibraryLoad` is for: > `LibraryLoad` is used to load dependent dynamic libraries...
LibraryLink backwards *and forwards* compatibility seems to have been broken in version 10.4.0. Was this intentional or is it a bug? I am seeing the problems on OS X, and I *think* they don't exist on Windows (per reports of others): * If I...