-
Hello,
I've also been interested in Smalltalk recently, especially older versions (Squeak seems just too bloated!)
Would LOOM be possible to implement here? Was it documented in a PDF in Bitsave…
-
Embedding a scripting language to allow structure definitions as well as ad-hoc ISA experimentations is on my list for the future (tm). There are multiple unsolved issue with this:
1. Which language. …
-
Hi!
I'm trying to get this running on macOS Catalina (which only supports 64 bit apps) and I'm running into the following issue:
```
$ createClient -D -t pharo64 pharoClient -v Pharo7.0
...
T…
-
Because go sucks so I would suggest python for example
-
是否考虑过弄个群?让大家一起交流,分享资料,这方面的教太少好的更少。
-
- [amazing pdb hack](https://github.com/python/cpython/blob/c8e5eb904e12010d2302364e1037c24a30f5e241/Lib/pdb.py#L1577-L1591)
- [im](https://docs.rs/im/15.0.0/im/index.html) for state to allow cloning…
-
This is the reason we are so slow on the "Acid" benchmark presented here: http://www.chrisseaton.com/rubytruffle/pushing-pixels/
-
Re-reading [this old comment](https://github.com/masak/alma/issues/294#issuecomment-392330477) made something click for me. In short, access paths need to be a protocol.
I don't think "protocol" ha…
masak updated
3 months ago
-
BPO | [44906](https://bugs.python.org/issue44906)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @zooba, @aleReimondo
Files | [crashWin3.9-2021-08-12.zip](https://bugs.python.org/file50214/crashWin3.9-20…
-
One of the things I like about Smalltalk is the ability to define keyword labels that describe method arguments. Swift has a similar concept:
`func point(x: Double, y: Double) -> Point` is called a…