Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MariyaSn

#1
newLISP in the real world / hi!
June 30, 2022, 06:46:26 PM
QuoteAh. 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)) (prep (bits (int (% n MAXINT)))))))


Your kind words warmed my heart))
#2
newLISP Graphics & Sound / -
June 29, 2022, 03:58:47 PM
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.




#3
newLISP in the real world / -
June 26, 2022, 03:04:18 AM
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