Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Structure and Interpretation of Computer Programs now.

Structure and Interpretation of Computer Programs

Class length: 13 weeks. Start anytime.

Creator: kday

Status: Established

Join this class!

What windowing toolkit does drscheme use on linux?

I'm thinking it's using the raw X toolkit, but that's just from looking at its dependencies. It looks horrible no matter my gtk theme and I was hoping to fix that.

lufthanza
2 years ago

Reply


it looks fine, and has nothign to do with gtk

http://docs.plt-scheme.org/gui/index.html

easytiger
2 years ago

Reply

Hi, as I followed the getting started section, the resource for scheme is mit-scheme, which is available through apt-get. (using ubuntu desktop).

pbgswd
2 years ago

Reply

drscheme with PLT scheme uses a forked version of wxwidgets.

flaxeater
2 years ago

Reply

Thanks flaxeater.

lufthanza
2 years ago

Reply

* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference