Re: [Pharo-users] Bloc of code in tiers programming language
Hey, I think in python, you use Lambda Expressions. Here is how I would do it in python3: import math f = lambda x: math.cos(x) + x d_f = lambda x: (f(x + 1e-8) - f(x)) * 1e8 On Wed, May 15, 2019 at 6:33 PM Hilaire wrote: > Hi, > > We, Smalltalkers, use bloc of code as easily as we breathe ai
[Pharo-users] GSoC 2019: Extending DataFrame library
/, or see monthly progress here: https://khare.dev/tags/gsoc-summary/. Feel free to reach out! Atharva Khare