Omgili - forum search, search forums  
  

Discussions about scheme

Displaying 1 - 10 out of 160,540 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I had a pretty simple requirement in my Scheme program to execute more than one statement, in the true condition of a 'if'. . So I write my code, something like this: (if (= 1 1) ((expression1) (expression2)) ; these 2 expressions are to be executed when...
Started by on , 6 posts by 6 people.  
COND looks like this in Scheme: (cond [(= 1 1) (expression1) (expression2)] [else (expression3)]) In MIT-Scheme, which is not very different, you.
Edit: it is called BEGIN ).
It is called in PLT Scheme.
Very new to VIM so any explanation on how to configure would be very appreciated.
Started by on , 4 posts by 4 people.  
Colour scheme was originally based on the highlighting from Visual Studio (version 6 I think background=light before configuring the colour scheme as otherwise it will default to a dark background..
I am developing a small program in Scheme but I got stuck. Is there anything similar to Java's indexOf() that I could use in Scheme?
Started by on , 6 posts by 6 people.  
If it's PLT Scheme, you're probably looking for something like "regexp-match-positions) then you might try the functions here....
To be i if you want 0 based indexing It's not clear from your question what Scheme implementation you're using.
Ask your Facebook Friends
There is Gambit scheme, MIT scheme, PLT scheme, chicken scheme, bigloo, larceny, ...; then there are all the lisps. Yet, there's not (to my knowledge) a single popular scheme/lisp on LLVM, even though LLVM provides lots of nice things like: easier to ...
Started by on , 3 posts by 3 people.  
Interacting the Garbage Collector is what makes FFI calls difficult in languages such as Scheme.
I'm trying to translate some Common Lisp code into Scheme code. The Common Lisp code has a deftype . Are deftype s in Scheme the same as deftype s in Common Lisp? How do you translate a deftype in Common Lisp into equivalent code in Scheme?
Started by on , 3 posts by 3 people.  
Bare Scheme doesn't....
You will have to translate type definitions by hand, or write a deftype macro in terms of whatever Scheme record library is available in your system.
Common Lisp deftype doesn't have an exact Scheme equivalent.
Hi All, Can anyone help me out understanding the various parameter passing modes in Scheme? I know Scheme implements parameter passing by value. But how about other modes? Is there any good documentation for parameter passing in Scheme?
Started by on , 3 posts by 3 people.  
Instead, some Scheme implementations like PLT Scheme provide a "box value":....
There are other alternatives that can be implemented it is to use macros, but you really shouldn't go there .
Scheme has only call-by-value function calls.
How do you run Scheme programs from the terminal in linux(ubuntu)? Also how to accept arguments from the command-line in a Scheme program? Edit: Im using the DrScheme implementation.
Started by on , 4 posts by 4 people.  
How do you run Scheme....
From the command-line in a Scheme program? The R6RS library defines a function called command-line which implementations of Scheme implement R6RS though; your implementation might have some other function for this.
Is there an equivalent in Scheme of Common Lisp's defsetf ?
Started by on , 3 posts by 3 people.  
But in Scheme, they have to define) Scheme, but SRFI 17 , which is supported by some Scheme implementations, allows you to define setters.
Use what appears to be the result of a function as an l-value .
I used to work for a healthcare system that had several thousand workstations, then I left to work for a small consulting company...which has since been contracted to work for the healthcare system. The naming schemes this healthcare system uses are.....
Started by on , 11 posts by 7 people.  
Of the company allowed it since the naming scheme was based on personal preference rather than logic.
For a school project (a free choice project), I was planning on working my way through SICP(Structure and Interpretation of Computer Programs) and learning Scheme. After that I want to create something interesting with it (also part of this project). ...
Started by on , 4 posts by 4 people.  
If you plan to start with....
Once you have learned Scheme and worked through SICP, your programming ability in functional C# is a problem when you already know Java? The differences between Common Lisp and Scheme are over with no problems.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Networking - AnandTech
Related Searches
flip scheme    schemes    colour scheme    The Grand Scheme of God    horus paint scheme    raven guard scheme    land patent scheme    scheme black and white    coach paint scheme    kroot paint scheme   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost