torlisp october 2023
- https://torlisp.neocities.org?hidden=true
- Agenda:
- - A declarative GUI package for Racket
- - Using closures to simulate Object-Oriented computing
- https://meet.jit.si/TorontoOctober2023?hidden=true
- https://docs.racket-lang.org/gui-easy/index.html?hidden=true
- of interest
- Several languages (e.g. Python, Javascript, Haskell, Scheme, and others) directly support the concept of closure[1]. Closures can be used among other things to simulate objects and method calls without the need of formal underlying OO infrastructure making for portable OO solutions.
- https://guitarvydas.github.io/2023/10/06/David-McClain-on-FORTH.html?hidden=true
- https://github.com/panicz/grasp?hidden=true
- [1] Closure (computer programming): [https://en.wikipedia.org/wiki/Closure_(computer_programming)](https://en.wikipedia.org/wiki/Closure_(computer_programming))
- This informal presentation will use Scheme to introduce the concepts of functions, lambdas, lambda evaluations, closures, closure evaluations, simulated-non-inheritance objects and method invocations, and simulated Smalltalk-like message passing between objects.
- https://github.com/meganetaaan/stack-chan?hidden=true
- Agenda:
- - A declarative GUI package for Racket
- - Using closures to simulate Object-Oriented computing
torlisp october 2023
- https://torlisp.neocities.org?hidden=true
- Agenda:
- - A declarative GUI package for Racket
- - Using closures to simulate Object-Oriented computing
- https://meet.jit.si/TorontoOctober2023?hidden=true
- https://docs.racket-lang.org/gui-easy/index.html?hidden=true
- of interest
- Several languages (e.g. Python, Javascript, Haskell, Scheme, and others) directly support the concept of closure[1]. Closures can be used among other things to simulate objects and method calls without the need of formal underlying OO infrastructure making for portable OO solutions.
- https://guitarvydas.github.io/2023/10/06/David-McClain-on-FORTH.html?hidden=true
- https://github.com/panicz/grasp?hidden=true
- [1] Closure (computer programming): [https://en.wikipedia.org/wiki/Closure_(computer_programming)](https://en.wikipedia.org/wiki/Closure_(computer_programming))
- This informal presentation will use Scheme to introduce the concepts of functions, lambdas, lambda evaluations, closures, closure evaluations, simulated-non-inheritance objects and method invocations, and simulated Smalltalk-like message passing between objects.
- https://github.com/meganetaaan/stack-chan?hidden=true
- Agenda:
- - A declarative GUI package for Racket
- - Using closures to simulate Object-Oriented computing