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,152 words) - 17:42, 12 June 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
  • <syntaxhighlight lang="clojure">user=> (def s "app") #'user/s ...
    48 KB (5,847 words) - 21:19, 14 June 2024
  • user=> (use 'clojure.math.numeric-tower) user=> (expt 0 0) ...
    46 KB (5,361 words) - 13:09, 8 June 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
  • =={{header|EchoLisp}}== // Also we can an implement a user-defined method ...
    47 KB (6,043 words) - 14:47, 23 June 2024
  • =={{header|EchoLisp}}== EchoLisp supports a virtual printer which is not stdout. It is actually an extensibl ...
    46 KB (6,187 words) - 15:28, 23 June 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+),)` ...
    110 KB (10,453 words) - 07:04, 25 June 2024
  • ...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,891 words) - 09:59, 9 June 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
  • ...sed algorithm is implementation defined. The standard says: "To enable the user to determine the suitability of the random number generators for the intend ...t specify a specific random number generator algorithm, nor a way to use a user-specified seed. ...
    59 KB (8,431 words) - 13:33, 6 October 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)