{"id":965,"date":"2022-08-30T15:10:08","date_gmt":"2022-08-30T15:10:08","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/09\/loading-libraries-in-dr-scheme-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:10:08","modified_gmt":"2022-08-30T15:10:08","slug":"loading-libraries-in-dr-scheme-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/loading-libraries-in-dr-scheme-collection-of-common-programming-errors\/","title":{"rendered":"Loading libraries in Dr Scheme-Collection of common programming errors"},"content":{"rendered":"<p>I am working through SICP using Dr Scheme.<\/p>\n<p>How do I load external libraries in Dr Scheme? Say I want to use Math library then how do I ask Dr Scheme to load the particular library?<\/p>\n<p>I tried with the following: <strong>(require (lib &#8220;math.ss&#8221;))<\/strong><\/p>\n<p>Got the following error: <strong>reference to undefined identifier: require<\/strong><\/p>\n<p>I have chosen R5RS as the language.<\/p>\n<p id=\"rop\"><small>Originally posted 2013-11-09 23:08:14. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>I am working through SICP using Dr Scheme. How do I load external libraries in Dr Scheme? Say I want to use Math library then how do I ask Dr Scheme to load the particular library? I tried with the following: (require (lib &#8220;math.ss&#8221;)) Got the following error: reference to undefined identifier: require I have [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-965","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=965"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/965\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=965"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=965"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}