Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • =={{header|EchoLisp}}== ;; infix EchoLisp may use the ** operator, which right associates ...
    42 KB (4,175 words) - 11:57, 3 December 2023
  • ...ber of seconds. After the user enters the number, the program will ask the user to enter the name of an MP3 audio file (without the .mp3 file extension). T :: Get user input ...
    46 KB (5,806 words) - 13:27, 15 December 2023
  • <pre>user=> (let [dog "Benjamin" Dog "Samba" DOG "Bernie"] (format "The three dogs ar <syntaxhighlight lang="lisp">CL-USER> (let* ((dog "Benjamin") (Dog "Samba") (DOG "Bernie")) ...
    61 KB (8,471 words) - 15:44, 12 November 2023
  • user@host $ bacon prog user@host $ ./prog ...
    39 KB (5,141 words) - 10:23, 15 February 2024
  • <syntaxhighlight lang="clojure">user=> (def s "app") #'user/s ...
    47 KB (5,823 words) - 16:01, 7 March 2024
  • <pre>CL-USER> (order-disjoint '(the cat sat on the mat) '(mat cat)) CL-USER> (order-disjoint '(the cat sat on the mat) '(cat mat)) ...
    91 KB (15,547 words) - 09:55, 9 January 2024
  • user=> (use 'clojure.math.numeric-tower) user=> (expt 0 0) ...
    46 KB (5,350 words) - 14:50, 1 March 2024
  • =={{header|EchoLisp}}== 😖️ error: #|user| : unbound variable : x ...
    51 KB (6,759 words) - 18:32, 21 April 2024
  • =={{header|EchoLisp}}== ...ntervals : '''every''' function. The following code may be loaded from the EchoLisp library : (load 'tamagotchi). This tamagotchi does not play, but gets bored ...
    96 KB (11,073 words) - 09:46, 27 April 2024
  • ...xpected to appear on the User page. However, in some cases it appears in a user Talk page. It's not necessary to take this into account. For instance, amon ex := `"Category:(.+?)( User)?"(\}|,"categoryinfo":\{"size":(\d+),)` ...
    108 KB (10,272 words) - 17:26, 3 February 2024
  • =={{header|EchoLisp}}== // Also we can an implement a user-defined method ...
    47 KB (6,032 words) - 17:48, 1 March 2024
  • =={{header|EchoLisp}}== EchoLisp supports a virtual printer which is not stdout. It is actually an extensibl ...
    46 KB (6,143 words) - 16:17, 9 December 2023
  • ...like traversing the list. And, C does not provide syntactic sugar which a user would likely expect from experience in some other languages. =={{header|EchoLisp}}== ...
    45 KB (6,267 words) - 10:37, 4 January 2024
  • user=> @s user=> "Hello, Wolrd" ...
    53 KB (6,871 words) - 18:25, 7 March 2024
  • Last updated: --[[User:Aspectcl|Aspectcl]] ([[User talk:Aspectcl|talk]]) 10:34, 23 July 2015 (UTC) rank: 148 [tied] (49 entries) EchoLisp ...
    32 KB (2,346 words) - 10:34, 23 July 2015
  • ...o" values (e.g. <tt>calloc()</tt> or <tt>int a[n] = {};</tt> in C), unless user-defined types can provide definitions of "zero" for that type. <syntaxhighlight lang="clojure">user> (take 3 (repeat (rand))) ; repeating the same random number three times ...
    56 KB (7,796 words) - 11:55, 25 January 2024
  • =={{header|EchoLisp}}== ;; Result at http://www.echolalie.org/echolisp/help.html#plot-xy ...
    86 KB (12,276 words) - 16:44, 28 November 2023
  • ...s: 1. Built-in functions have a different type from user functions, and 2. user functions are second class properties of (first class) script objects. ...ymorphic where needed), and also obtaining first class status for ordinary user handler functions by 'lifting' them (for use as arguments in higher order f ...
    85 KB (11,267 words) - 18:54, 22 May 2024
  • ...mand-line interpreter|command-line interpreter]] that reads lines from the user and evaluates these lines as statements or expressions. ...ovided the file <code>help</code> is in the current working directory, the user can get interactive help by entering <code>get$help</code>. The program is ...
    70 KB (9,813 words) - 11:28, 11 December 2023
  • <syntaxhighlight lang="lisp">CL-USER> (defparameter alist CL-USER> (funcall (cdr (assoc 2 alist))) ...
    71 KB (9,129 words) - 03:06, 24 February 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)