User Portlet
Featured Contributor
| Discussions |
|---|
| After you asked, I am not sure -- I just did not want to have unnecessary evaluations. But `PacletInstall` is usually fast, so, commenting it out is not that needed. |
| I tried using Wolfram's Workbench ≈20 years ago. (Serious attempts, by the way -- I worked at WRI at the time.) It was too clunky because it is based on Eclipse, hence, I continued using Emacs + Mathematica. Until October 2025 I used IntelliJ's... |
| Thank you, Editorial Board! |
| Here are the ones I found using the code in the attached notebook (the ones with "✓" are in the original post): ```wl { 1 + 2*3/4/5/6*7!*8 + 9, 1 + 2 + 3*4! + 5/6!*7*8! - 9, 1 + 2 + 345*6 - 7*8 + 9,(*✓*) 1 - 2*3!*456*7 + 8! + 9, ... |
| ![Maze making using graphs based on rectangular and hexagonal grids][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=9152Mazemakingusinggraphs.png&userId=20103 [2]:... |
| Thank you for the recognition, Editorial Board! |
| Thanks for making this a featured post! (I thought its topic is too infrastructural and feature-engineering based to made that list...) |
| I simply talk about basis rotation and [dimension reduction](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/DimensionReducers/). |
| Thank you for making the original post a "full blown" notebook post and featuring it! |
| One way is to use the paclet ["TriesWithFrequencies"](https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/TriesWithFrequencies/): ```mathematica PacletInstall["AntonAntonov/TriesWithFrequencies"]; ... |