<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

<channel>
<title><![CDATA[BoardTracker - Functional]]></title>
<link>http://www.boardtracker.com/all/297/1/</link>
<description><![CDATA[Latest threads from "Functional"]]></description>
<pubDate>Wed, 03 Dec 2008 08:22:05 GMT</pubDate>
<lastBuildDate>Wed, 03 Dec 2008 08:22:05 GMT</lastBuildDate>
<item>
<title><![CDATA[Need help in SML...]]></title>
<link>http://www.boardtracker.com/rss/thread/60545364</link>
<description><![CDATA[ Hi I am new to SML. I need to write a program that checks target words in a text file against a dictionary of correct spellings. If the target word is in the dictionary, it is output to the s...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60545364</guid>
<pubDate>Mon, 25 Feb 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[not finding the help you need?...]]></title>
<link>http://www.boardtracker.com/rss/thread/46347520</link>
<description><![CDATA[ Since CoderForums was bought out by HostRocket, the community has stagnated. If you need programming help but aren't finding it here, head on over to CoderBoards at http://coderboards.webhop.org ....]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/46347520</guid>
<pubDate>Fri, 03 Nov 2006 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Dr Scheme graphical help...]]></title>
<link>http://www.boardtracker.com/rss/thread/11288787</link>
<description><![CDATA[Hey fellows, I am new to DrScheme and I have this assignment about making graphical user interface using DrScheme.. (define pic1 &lt;add image&gt;) (define pic2 &lt;add image&gt;) (define pi...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/11288787</guid>
<pubDate>Mon, 28 Nov 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[scheme help...]]></title>
<link>http://www.boardtracker.com/rss/thread/60692</link>
<description><![CDATA[Hi guys!!! I got another question for ya. I have 2 functions defined, one called subset? and set-equal?. here is some code for them. Code: (define subset? (lambda (e r) (cond ((nu...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60692</guid>
<pubDate>Tue, 03 May 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[instance declaration...]]></title>
<link>http://www.boardtracker.com/rss/thread/60831</link>
<description><![CDATA[Suppose I have some class Toona and I would like to declare a Boolean tuple as an instance of Toona. So here is my question. Is this valid haskell code? instance (Bool u,Bool v) =&gt; Toona (u,v) ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60831</guid>
<pubDate>Wed, 13 Apr 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Need Help With Scheme Function...]]></title>
<link>http://www.boardtracker.com/rss/thread/60941</link>
<description><![CDATA[I am trying to make this function (primeList n) where n = some integer. This function should then return a list of ordered pairs, each pair consisting of an integer and the string &quot;prime&quo...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60941</guid>
<pubDate>Wed, 13 Apr 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[scheme help plz!!!...]]></title>
<link>http://www.boardtracker.com/rss/thread/60901</link>
<description><![CDATA[hey guys!!! im having trouble with scheme. the teacher gave us some sample code. Code: (define member? (lambda (e S) (cond ((null? S) #f) ((eq? e(car S)) #t) (e...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60901</guid>
<pubDate>Tue, 05 Apr 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Prolog Questions...]]></title>
<link>http://www.boardtracker.com/rss/thread/60966</link>
<description><![CDATA[Hi, I have just pick up this language and still learning the basics of it. I happened to came across a prolog question: &quot;To get started We need to assert primes([2]).Write a predicate start t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60966</guid>
<pubDate>Wed, 30 Mar 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[beautiful lcm code...]]></title>
<link>http://www.boardtracker.com/rss/thread/60988</link>
<description><![CDATA[listCompare :: [Int]-&gt;[Int]-&gt;Int listCompare (a:as) (b:bs) | a==b = a | a&gt;b = listCompare (a:as) (bs) | b&gt;a = listCompare (as) (b:bs) leastCommonMult :: Int-&gt;Int-&gt;In...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60988</guid>
<pubDate>Tue, 29 Mar 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[[Scheme] Error handling...]]></title>
<link>http://www.boardtracker.com/rss/thread/61031</link>
<description><![CDATA[Hi to all, I'm using DrScheme. If i have something like this: Code: (open-input-file filename) It will open a file and let me use it... but.. if the filename is incorrect, the progr...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61031</guid>
<pubDate>Sat, 26 Mar 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[problem with primitive procedures in Scheme...]]></title>
<link>http://www.boardtracker.com/rss/thread/61106</link>
<description><![CDATA[Hi, I'm writing a Scheme interpreter in Scheme, and I've encountered the following problem: I want to interpret a list of symbols, where the first element is a binary operation, and the next tw...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61106</guid>
<pubDate>Sun, 20 Mar 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Smlnj...]]></title>
<link>http://www.boardtracker.com/rss/thread/60782</link>
<description><![CDATA[Greetings. I have the following problem set. Quote: Trailing List Elements Implement a function removeTrailing of type int * int list -&gt; int list. The evaluation ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/60782</guid>
<pubDate>Tue, 01 Feb 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[somemore help with scheme plz!...]]></title>
<link>http://www.boardtracker.com/rss/thread/61128</link>
<description><![CDATA[hi guys!! im messing around with scheme and im trying to learn how to use the draw-polygon function. I was looking at the code and didn't understand one of the arguments so, the structure of the c...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61128</guid>
<pubDate>Sun, 30 Jan 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[recursive 8 queens problem in SML with uncaught exception nonexhaustive match failur...]]></title>
<link>http://www.boardtracker.com/rss/thread/61215</link>
<description><![CDATA[Hello all I am a newbie to SML and this forum I only started programming in SML about a week ago. I am trying to write a program to solve all the possible solutions to the 8 queens problem but I keep ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61215</guid>
<pubDate>Sun, 16 Jan 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[scheme newbie here...]]></title>
<link>http://www.boardtracker.com/rss/thread/61166</link>
<description><![CDATA[hi guys!!! i just came across this forum looking for some scheme tutorials. This site looks cool and very helpful just by looking at some other threads. I have a problem with scheme though. I am t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61166</guid>
<pubDate>Wed, 12 Jan 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Help with Scheme...]]></title>
<link>http://www.boardtracker.com/rss/thread/61238</link>
<description><![CDATA[Recently in my computer science class, we pretended that scheme had not implemented numbers and we had to create different functions such as add, subtract, etc with a number system we created which ba...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61238</guid>
<pubDate>Mon, 03 Jan 2005 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Set module Abstract Data Type...]]></title>
<link>http://www.boardtracker.com/rss/thread/61308</link>
<description><![CDATA[i am writing a set module as an abstract data type implemented as an ordered list: module Set ( Set, -- type constructor emptySet, -- Ord a =&gt; Set a addElement, -- ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61308</guid>
<pubDate>Sat, 18 Dec 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Update a Haskell List in Runtime...]]></title>
<link>http://www.boardtracker.com/rss/thread/61265</link>
<description><![CDATA[Hello, I' a Haskell Newbie and i need some help about a function.. My problem is to update a list of values in Runtime. For example i have a initial list: list1=&quot;a&quot; and a func...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61265</guid>
<pubDate>Mon, 01 Nov 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[read from file byte by byte...]]></title>
<link>http://www.boardtracker.com/rss/thread/61397</link>
<description><![CDATA[Hello Guys Listen, I am currently on a school project and I need to make something the sort of WINZIP, and I have to start to read from the file byte by byte... There is a predefined function...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61397</guid>
<pubDate>Wed, 27 Oct 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Scheme problem, need HELP!...]]></title>
<link>http://www.boardtracker.com/rss/thread/61446</link>
<description><![CDATA[Hi, Im a beginner in Scheme and I really need help. Im trying to return the average of a complex list of numbers. So basically its just adding the numbers in a list and dividing by the number of...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61446</guid>
<pubDate>Mon, 06 Sep 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[What is Haskell?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61429</link>
<description><![CDATA[I have been wondering for a while what Haskell is for. Does it have any specific uses, or is it an all around language?...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61429</guid>
<pubDate>Sat, 04 Sep 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Another Haskell Question...]]></title>
<link>http://www.boardtracker.com/rss/thread/61490</link>
<description><![CDATA[Just wondering if there is an easy way of doing this in Haskell. Just fewer lines: I have two data types, and some other functions which are immaterial to the actual question. The following ar...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61490</guid>
<pubDate>Mon, 16 Aug 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[A recurring error...]]></title>
<link>http://www.boardtracker.com/rss/thread/61503</link>
<description><![CDATA[Hi. Slowly (VERY slowly, in fact) continuing my trip in the world of Lisp, I've got that error more than once when defining functions : (PUSH (CAR LST2) LST1) should be a lambda expression W...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61503</guid>
<pubDate>Sun, 25 Jul 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[CLisp won't output...]]></title>
<link>http://www.boardtracker.com/rss/thread/61521</link>
<description><![CDATA[This may be more of a problem with clisp thant with the language itself, but here goes. I have the following dumb script : Code: #!/usr/bin/clisp (defun isinlist (lst elm) (if (eql (car ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61521</guid>
<pubDate>Thu, 01 Jul 2004 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[All substrings of a string...]]></title>
<link>http://www.boardtracker.com/rss/thread/61544</link>
<description><![CDATA[Hey. I'm trying to write a function (really, a set of functions) to return all substrings of a given string. I have what you say see below so far, but it isn't elegant. Code: (* All substri...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61544</guid>
<pubDate>Mon, 07 Jun 2004 00:00:00 GMT</pubDate>
</item>

</channel>
</rss>
