Programming

Racket's inherent problem: read-line

steloflute 2021. 5. 16. 02:02

Racket's inherent problem: read-line

read-line malfunctions in REPL. (Discussion) And on Windows, console IO doesn't recognize \r\n unless you put an appropriate value like 'any in the second argument. (Example)

C, C++, C#, Python, Java, Go, Clojure, and Common Lisp do not have this problem.

In order to expand the base of programming languages, it is necessary to respond to common sense use by ordinary people, but this basic thing is not possible in Racket.
What success do you hope for when these basics don't work? Many people will be leaving Racket because of this minor problem.

'Programming' 카테고리의 다른 글

F# 파일 하나로 컴파일하기  (0) 2021.05.19
F#을 스크립팅으로 쓰기는 어렵다.  (0) 2021.05.19
(F#) 스크립트 실행하기  (0) 2021.05.12
(F#) 비동기 프로그래밍  (0) 2021.05.12
(Free Pascal) catch runtime error  (0) 2021.04.10