English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am searging for the simplest functional programming language. This language must be pure functional language. Simplicity criteria is amount of language constructs. It could be good if this language can support macroprogramming. This language should be able to code anything like other languages like C# and others.

2006-10-11 21:13:50 · 6 answers · asked by Sergi 2 in Computers & Internet Programming & Design

Pay attention that this is must be really and PURE functional language. Like Hasskell but simpler.

2006-10-11 22:23:34 · update #1

6 answers

python

http://www.python.org/doc/Intros.html

2006-10-11 21:25:33 · answer #1 · answered by Anonymous · 0 0

First of all, it's important for you to understand that the language in itself does not determine the complexity of the task. Of course some languages like C or assembler are thougher for most people to understand but the approach is always the same no matter the language you use.

What's important is for you to understand the basics of programming to be able to express what you want to do in computer terms.

In the past, companies have often tried to create languages which could be used by mostly everyone, that's how COBOL was created. Of course, even though the language is very close to plain simple English, only programmers were able to do anything good with it. It was a fiasco since it's intended simplicity actually gave more trouble to programmers trying to do complex things.

The simpler the language, the more it is limited!

2006-10-12 03:07:59 · answer #2 · answered by juliepelletier 7 · 0 0

It has been proved (although I can't find the web page again) that a computer can be designed with only ONE executable instruction at the assembler level, and it can then be programmed to do everything that any other computer instruction set could do. So that's definitely the "simplest" language, in one sense of the word at any rate.

2006-10-11 23:49:52 · answer #3 · answered by Anonymous · 0 1

According to the link below the choice is from the following languages:- Erlang, R, Mathematica, J and K.

I have no knowledge of any of these languages so I will leave it to you to find the simplest.

2006-10-11 23:54:10 · answer #4 · answered by AnalProgrammer 7 · 0 0

Why dont you use PHP? i think php is good. But decision is yours.

2006-10-11 21:30:30 · answer #5 · answered by inoy_inil 1 · 0 0

try HTML

2006-10-11 21:26:39 · answer #6 · answered by sirius_black2329 3 · 0 1

fedest.com, questions and answers