-
# テーマ
# 参加者
- sumim
- ky-yk-d
- amashigeseiji
- philomagi
# アジェンダ
# イベント後タスク
- [x] 動画アップロード
- [x] 当日メモをwikiに投稿
-
(Original issue 1204 created by Balletie on 2016-01-28T22:53:04.069769+00:00)
When a message send of multiple arguments does not assign to a variable, the lexer outputs an error.
This works:
``…
-
My configuration:
```
[smalltalk@localhost _info_]$ ruby --version
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
[smalltalk@localhost _info_]$ uname -a
Linux localhost.localdomain 3.1…
-
As the 64bit FFI Plugin is currently not working correctly the 32bit VM must be used as a workaround. To set up a 32bit SWT image you can use the following script:
```Smalltalk
"-=-=-=-=-="
|ball…
-
CI build fails in Pharo 11:
```
Instance of False did not understand #isImageStarting
False(Object)>>doesNotUnderstand: #isImageStarting
SmalltalkCIPharo11 class>>saveImage
SmalltalkCI class>>s…
-
Smalltalk being a fully dynamic language is still very structured in terms of memory organization. All objects share the same format and operate in a very simple and straightforward way. This is very …
-
Hi there,
A year ago, I worked on a [PoC](https://github.com/aranega/dbge) for Python 3.11 that adds AST-level stepping and some [object-centric breakpoints](https://scg.unibe.ch/archive/papers/Ress1…
-
I finally setup yksom to run the Are We Fast Yet benchmarks: http://github.com/smarr/are-we-fast-yet
CD and Havlak are failing.
Havlak seems not unusual:
```
yksom --cp .:Core:CD:DeltaBlue:Ha…
smarr updated
10 months ago
-
In the following example, the second `#get:` message signals a ConnectionTimedOut:
```smalltalk
ZnServer startDefaultOn: 1701.
ZnClient new get: 'http://localhost:1701'.
LibC system: 'sleep 2 &'…
-
@noha wrote:
> It is a bit cumbersome to add extensions methods to String, Date, etc. as you have to repeat that in PjString, PjDate etc. To make this easier PjDate, PjString and such could resemble …