dr.racket Questions
2
I usually use Sublime text editor and gnome terminal to edit and run my programs. Due to educational purposes, I am using the IDE Dr. Racket.
I could not find an autocomplete feature to use while...
Murvyn asked 14/9, 2016 at 20:55
3
Solved
I'm trying with SICP and I got some code.
So I started with:
#lang scheme
(word 'comp 'uter)
Returned error: Function (word) undefined.
Even if I tried to copy this into IDE(Run):
(define word...
1
© 2022 - 2024 — McMap. All rights reserved.