Does anyone know of any semi-portable way to write console applications (e.g. basic animation) in scheme? I heard of an ncurses wrapper but I couldn’t find anything.
Does anyone know of any semi-portable way to write console applications (e.g. basic animation)
Share
You can’t do any GUI in a portable way in Scheme — because you only get very basic file IO.