All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:11, 24 May 2024 XNTEABDSC talk contribs created page TabP (Created page with "Fell into hell of () ? Tab is coming to "save" you. <br> Tabp is Lisp with tabs (or spaces) instead of (). (a b c d e) to a b c d e and `(a b c) to ` a b c =example= (if (> 1 2) "weird" "sane") if > 1 2 "weird" "sane" calculate sqrt (from SICP) Lisp (define (average x y) (/ (+ x y) 2)) (define (improve guess x) (average guess (/ x guess))) (define (sqrt-iter guess x)(if (< (abs (- (square guess) x)) 0.001) guess (sqrt-...")
- 15:28, 14 July 2023 XNTEABDSC talk contribs moved page Talk:ComputerForNumber to Talk:Computer For Number (change name)
- 15:28, 14 July 2023 XNTEABDSC talk contribs moved page ComputerForNumber to Computer For Number (change name)
- 15:26, 14 July 2023 XNTEABDSC talk contribs moved page Talk:CFN to Talk:ComputerForNumber (change name)
- 15:26, 14 July 2023 XNTEABDSC talk contribs moved page CFN to ComputerForNumber (change name)
- 02:16, 25 June 2023 XNTEABDSC talk contribs created page Talk:CFN (Created page with "。")
- 11:52, 20 June 2023 XNTEABDSC talk contribs created page User:XNTEABDSC (Created page with "hi")
- 14:56, 19 June 2023 XNTEABDSC talk contribs created page CFN (Created page with "Computer For Number A function for "a natural number",actually an array of interger.<br/> All operations are on numbers,includes values,codes,variable for judgment,and instruction address.<br/> ==Components== BitLength(BL): the bit size of each number.The number will be from -2<sup>BL-1</sup> to 2<sup>BL-1</sup>-1.<br/> if a number becomes outsize of the range ,it should be made inside by add or sub by 2<sup>BL</sup> <br/> arr: An arr of intergers. <br/> arr[Index]: T...")
- 10:57, 19 June 2023 User account XNTEABDSC talk contribs was created