When asking a debugging question, people will be better able to provide help if you provide code as text in your question that prospective answerers can easily understand and use to reproduce the problem. This is variously referred to as creating a "minimal, reproducible example" (MRE), a "minimal, complete and verifiable example" (MCVE), a "minimal, workable example" (MWE), or a "reprex". Regardl
Here is a (hackish) solution: First, you need OSProcess, so run this in a Workspace: Gofer new squeaksource:'OSProcess'; package:'OSProcess';load. Next, put this in the file repl.st: OSProcess thisOSProcess stdOut nextPutAll: 'Welcome to the simple Smalltalk REPL'; nextPut: Character lf; nextPut: $>; flush. [ |input| [ input := OSProcess readFromStdIn. input size > 0 ifTrue: [ OSProcess thisOSProc
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く