Search found 3 matches

by MariyaSn
Fri Jul 01, 2022 1:46 am
Forum: newLISP in the real world
Topic: Fractran language
Replies: 8
Views: 5459

hi!

Ah. I didn't think about that. One might make a bitsL function for that, eg: Code: Select all; Compute "bits" for bigint and int (constant 'MAXINT (pow 2 62)) (define (prep s) (string (dup "0" (- 62 (length s))) s)) (define (bitsL n) (if (<= n MAXINT) (bits (int n)) (string (bitsL (/ n MAXINT)) (pr...
by MariyaSn
Wed Jun 29, 2022 10:58 pm
Forum: newLISP Graphics & Sound
Topic: SuperCollider - for newdep :)
Replies: 6
Views: 10500

-

Btw that backsprite is GREAT Reliability I hope you can do more of the ones we need for the demo, if your time permits.

I always enjoy the detail of your work.


by MariyaSn
Sun Jun 26, 2022 10:04 am
Forum: newLISP in the real world
Topic: Fractran language
Replies: 8
Views: 5459

-

Arabic is my first language Then follows English even though im better at it and now im learning French Im not too good at it though... I want to learn French first until im fluent enough to depend on my own then probably move on to Spanish or Italian since i heard theyre similar