I have been learning DrScheme (Textual MzScheme) as my Pre-ILP.

Is there any equivalent operations in list like string-ref, substring, string-set!, string, etc ??

Thanx

Recommended Answers

All 2 Replies

Yes for some of them. You can read the DrScheme documentation to find out what they are. For the others, you can obviously write your own implementation using the functions cons, null?, car, and cdr.

Yes, they exist. Go for online help on the menu bar (in help) and they will be here. I recommend you this site. It contains a lot of documentation.

http://www.scheme.com/tspl3/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.