38,137 reputation
3102196
bio website mathprogramming-intro.org
location St. Petersburg, Russia
age 36
visits member for 1 year, 4 months
seen 4 mins ago
stats profile views 3,103

Ok, an obligatory note: opinions expressed here are mine and not those of my employer.


Apr
7
revised Functions, Options and Symbols
Added the answer to the second question
Apr
4
revised Functions that creates symbol in a specific context
Added a version with a symbol
Apr
3
revised Accessing list elements by name
edited tags
Apr
3
revised Accessing list elements by name
Added OO-based method, restructured the answer
Mar
28
revised How can I compile this function
edited tags
Mar
28
revised How can I compile this function
Added a solution based on code freezing
Mar
28
revised How can I compile this function
Added a solution based on code freezing
Mar
28
revised How can I compile this function
Added in-place evaluation method and discussion
Mar
22
revised Fastest way to calculate matrix of pairwise distances
Added a link
Mar
22
revised Fastest way to calculate matrix of pairwise distances
added 5 characters in body
Mar
22
revised How to pass a list of arguments into HoldAll
Some small fixes
Mar
21
revised What tools can help in realizing tail recursion?
Added a section on speed improvements
Mar
21
revised What tools can help in realizing tail recursion?
edited tags
Mar
21
revised What tools can help in realizing tail recursion?
Added a link to trampolines
Mar
21
revised What tools can help in realizing tail recursion?
added 64 characters in body
Mar
20
revised How to punch a hole in some 3D distribution of points
Added an illustration for the generalized problem
Mar
16
revised Mathematica 7: “LessEqual::nord:” error when using NMinimize on a real function
edited tags
Mar
14
revised How to memoize a function with Options?
added 259 characters in body
Mar
14
revised How to memoize a function with Options?
Added a general and more optimal metaprogramming-based solution
Mar
7
revised Enforcing correct variable bindings and avoiding renamings for conflicting variables in nested scoping constructs
Added a more interesting example