Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > Functional [1 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
CoderForums Haskell Beginner Question  
15:37 27-Nov-03   [Replies: 3, Views: 497]    By: Baalthazaq
Alright, I don't want to make too many new topics and flood the boards with questions, so I'll just extend this every time I have a new Haskell question instead. Just wondering what the diffe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums POLL: In you opinion what is the best functional language?  
11:29 21-Nov-03   [Replies: 2, Views: 375]    By: weedweaver
I have only used haskell so my opinion is really biased and doesnt really count. but i find it quite easy to use and im fond of the lazy evaluation! how do others compare?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Sorting a list of strings  
17:19 13-Nov-03   [Replies: 2, Views: 559]    By: weedweaver
how do i go about sorting a list of strings in haskell e.g. on input: ["Noradh","Marges","letsee","telegrams","Sharan's","sees"]...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Ocaml problem refering to Lists  
22:29 3-Nov-03   [Replies: 2, Views: 568]    By: Branco
what i wanna know is how to refer to all the elements to a list in the next exampe: let rec concat = function [] -> [] |[n] -> n |[f;<what ever it be>] -> f @ (con...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Area of a polygon  
18:52 27-Oct-03   [Replies: 1, Views: 473]    By: weedweaver
I am writing a program that calculates the area of a polygon (any shape) given the 5 vertices. Does any-one know the maths behind calculating areas of polygons? Think its something to do with diff...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Its so hard!  
03:08 19-Oct-03   [Replies: 3, Views: 329]    By: Unnamed
I'v been trying to learn this stuff on O'Caml but its too hard! I don't get it. I know some C++ and Java and have been working on those. For fun I thought I would learn O'Caml but I am too stupi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums caml functions  
22:43 4-Oct-03   [Replies: 3, Views: 277]    By: Unnamed
hi.. i m a java/c++ programmer, and just recently was required to learn some functional programming.. i wont lie abt it, this is a question from an assignment that i was given.. if someone could p...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Basic Haskell Question - Just learning  
18:26 3-Oct-03   [Replies: 8, Views: 379]    By: weedweaver
hey i have wrote a very simple function that computes the average of three inputted integers. how do i write a function that computes how many integers are above the average using the average function...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums returning a Function (something like a pointer)?  
13:21 18-Sep-03   [Replies: 2, Views: 213]    By: Unnamed
Hello ! I am wondering how to return a function in a function. I want to do this to be able to return a operator. The result I would like to achieve is something like this: returnOperator::C...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Need help with Haskell! Can anyone help?  
21:02 22-Aug-03   [Replies: 4, Views: 283]    By: Unnamed
Can anyone help? I'm looking for someone that knows even a little about Haskell!! The problem is: I have a String e.g LFTWDGTA0012300050Widget And I need to split it up into four compon...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Explanation  
15:48 24-Jun-03   [Replies: 3, Views: 251]    By: gish
What are functional languages used for (duhh) obviously to develop an "app" of some kind. Are they more for scripting, batch files, login scripts...ect....I basically would like one of you t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums O'caml question  
19:30 21-May-03   [Replies: 1, Views: 291]    By: Strike
Okay, I'm trying to translate my Haskel bubble sort into O'Caml and I'm not understanding why the interpreter doesn't like this: Code: # let rec bsorthelper lst = match lst with ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Haskel  
01:30 22-Apr-03   [Replies: 3, Views: 323]    By: sicarius
I'm taking a functional programming course next semester. Apparently we are going to be using Haskel. Will I like it? How much more subjective question can a guy ask right?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Bump...  
23:02 18-Apr-03   [Replies: 10, Views: 381]    By: Unnamed
ok, gotta post something considering the last post in here was 12-12-2002. so...how bout them functional languages? yeeeah functional! actually, since Common Lisp qualifies as functional,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Mod_Ocaml  
15:31 12-Dec-02   [Replies: 0, Views: 348]    By: Unnamed
i was playing with mod_ocaml: http://www.slacky.de/docs/projects/mod_ocaml/ and thought i'd share some examples and findings. briefly it's kinda like php where you put ocaml statement directl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums FP intro night (my Scheme stuff)  
05:52 10-Dec-02   [Replies: 14, Views: 473]    By: Strike
In honor of what became sort of the ad hoc "Functional Programming night" in #coderforums, I decided to do all the stuff that ink and Vince and I were working out in Haskell .. in Scheme as ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums my first function in Haskell  
02:50 10-Dec-02   [Replies: 4, Views: 309]    By: inkedmn
yes, it's just a factorial, but it's quite a long time in the making (just ask Strike ) Code: factorial :: Integer -> Integer factorial 0 = 1 factorial x = x * factorial (x-1) ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums so i'm fickle...  
04:10 7-Dec-02   [Replies: 3, Views: 319]    By: inkedmn
alright, after flip-flopping over functional programming for the past month or so, i've decided that i'm going to try haskell. i like the way the syntax looks, and i'm stoked to get a better understa...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums True Win32 Apps in Ocaml--GUI with no console window  
21:33 4-Dec-02   [Replies: 0, Views: 592]    By: Unnamed
i asked once upon a time how to make a non-console win32 app with Ocaml and finally found a way to do it--so i thought i'd share the insight. Harry Chomskey's latest win32 ocaml bindings include c...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums A question about functional languages.  
23:55 16-Nov-02   [Replies: 10, Views: 479]    By: Unnamed
Just a question... How are functional languages useful and what advantages do they have over a procedural language? I've been wondering this for some time......
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums sans-hubris: What's this neural network thing you're working on?  
12:32 5-Nov-02   [Replies: 3, Views: 338]    By: jemfinch
I noticed in the General forum that you were working on a neural network system. What's it for? Jeremy...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums Scheme question  
01:12 4-Nov-02   [Replies: 6, Views: 336]    By: GnuVince
OK, the name of the forum hasn't officially changed yet, but all functional language/programming discussion should come here. I have written two functions: nth: returns the nth element of a list...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums A real-world O'Caml program  
21:47 20-Oct-02   [Replies: 1, Views: 309]    By: GnuVince
http://www.nongnu.org/mldonkey/ mldonkey is a clonde of eDonkey, a file sharing program à la gnutella I think. This program has a GTK+ GUI. Definitly a nice addition to the hump of O'Caml applic...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums my first o'caml function  
14:50 10-Sep-02   [Replies: 7, Views: 291]    By: kmj
Code: let rec dot_product a b = match a with [] -> (match b with [] -> 0) | ah::at -> (match b with bh::bt -> ah*bh + dot_product at bt);; ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CoderForums question regarding "official" examples  
19:30 6-Sep-02   [Replies: 8, Views: 296]    By: kmj
I'm reading the 100 lines of O'caml examples, and I'm getting syntax errors in the insertion sort example, even when I copy it directly from the page. Wondering if anyone knows what's up.... he...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  1  2  [3]  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006