Discuss Scratch
- Discussion Forums
- » Requests
- » T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
- badatprogrammingibe
-
500+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Scratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
- VideoGamerCanInvent
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
ACTIVITY CHECK!!! CHECK IN BEFORE 15TH!!! (OTHERWISE YOU WILL BE FIRED)
- legoboy7107
-
100+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
I'm here.
- NinjaCraft16
-
100+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
CALLING ALL TIPS MEMBERS
wassup i'm here
wassup i'm here
- It_is_congyingzhou
-
90 posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Check. ACTIVITY CHECK!!! CHECK IN BEFORE 15TH!!! (OTHERWISE YOU WILL BE FIRED)
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Okay.ACTIVITY CHECK!!! CHECK IN BEFORE 15TH!!! (OTHERWISE YOU WILL BE FIRED)
Okay. I'm here.
Okay CALLING ALL TIPS MEMBERS
wassup i'm here
Last okay.Check. ACTIVITY CHECK!!! CHECK IN BEFORE 15TH!!! (OTHERWISE YOU WILL BE FIRED)
BUMP
- aaa253
-
100+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
YIPEE CHECK ACTIVITY CHECK!!! CHECK IN BEFORE 20TH!!! (OTHERWISE YOU WILL GET A STRIKE)
HAVE RESPONDED:
@legoboy7107
@VideoGamerCanInvent
@NinjaCraft16
@it_is_congyingzhou
HAVE NOT RESPONDED:
@Alex11345
@aaa253
@KDT123
@poptart1323
@InfiniteShotgun
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Okay.YIPEE CHECK ACTIVITY CHECK!!! CHECK IN BEFORE 20TH!!! (OTHERWISE YOU WILL GET A STRIKE)
HAVE RESPONDED:
@legoboy7107
@VideoGamerCanInvent
@NinjaCraft16
@it_is_congyingzhou
HAVE NOT RESPONDED:
@Alex11345
@aaa253
@KDT123
@poptart1323
@InfiniteShotgun
- Alex11345
-
500+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Hi I'm Here! Check ACTIVITY CHECK!!! CHECK IN BEFORE 20TH!!! (OTHERWISE YOU WILL GET A STRIKE)
HAVE RESPONDED:
@legoboy7107
@VideoGamerCanInvent
@NinjaCraft16
@it_is_congyingzhou
HAVE NOT RESPONDED:
@Alex11345
@aaa253
@KDT123
@poptart1323
@InfiniteShotgun
- Alex11345
-
500+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Okay then, garbage collection is unfortunately impossible to do in scratch, just a heads upScratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
- badatprogrammingibe
-
500+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
It is though, it's quite simple.Okay then, garbage collection is unfortunately impossible to do in scratch, just a heads upScratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
Garbage collection is just automatically freeing of cells that are non-used, instead of requiring manual freeing.
As scratch is turing complete, anything that is possible by any language is possible in scratch, and as garbage collection is possible in any other language, it is possible in scratch.
Here is a simple project that has a garbage collector to prove it's possible: https://scratch.mit.edu/projects/107696106/.
Last edited by badatprogrammingibe (Sept. 8, 2018 06:11:24)
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Thanks!Hi I'm Here! Check ACTIVITY CHECK!!! CHECK IN BEFORE 20TH!!! (OTHERWISE YOU WILL GET A STRIKE)
HAVE RESPONDED:
@legoboy7107
@VideoGamerCanInvent
@NinjaCraft16
@it_is_congyingzhou
HAVE NOT RESPONDED:
@Alex11345
@aaa253
@KDT123
@poptart1323
@InfiniteShotgun
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Hey, I'm not offending, but, the person who created the project was IN UNIVERSITY, which means…It is though, it's quite simple.Okay then, garbage collection is unfortunately impossible to do in scratch, just a heads upScratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
Garbage collection is just automatically freeing of cells that are non-used, instead of requiring manual freeing.
As scratch is turing complete, anything that is possible by any language is possible in scratch, and as garbage collection is possible in any other language, it is possible in scratch.
Here is a simple project that has a garbage collector to prove it's possible: https://scratch.mit.edu/projects/107696106/.
I'm not saying the shop isn't good, but it isn't in the workers' capability to create things that require extreme logic. Thanks for your understanding.
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Gigantic Bump
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Mini Bump
- badatprogrammingibe
-
500+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
They are still very simple concepts.Hey, I'm not offending, but, the person who created the project was IN UNIVERSITY, which means…It is though, it's quite simple.Okay then, garbage collection is unfortunately impossible to do in scratch, just a heads upScratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
Garbage collection is just automatically freeing of cells that are non-used, instead of requiring manual freeing.
As scratch is turing complete, anything that is possible by any language is possible in scratch, and as garbage collection is possible in any other language, it is possible in scratch.
Here is a simple project that has a garbage collector to prove it's possible: https://scratch.mit.edu/projects/107696106/.
I'm not saying the shop isn't good, but it isn't in the workers' capability to create things that require extreme logic. Thanks for your understanding.
Let's say someone in university makes a project to showcase this block:
((1) + (1))Does that make that block any more complex?
And click inside the project I sent, it's so simple even the most beginner of programmers could understand it just by looking at the code.
Last edited by badatprogrammingibe (Sept. 8, 2018 07:07:34)
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
I don't understand it, but I suppose I'm bad at coding.They are still very simple concepts.Hey, I'm not offending, but, the person who created the project was IN UNIVERSITY, which means…It is though, it's quite simple.Okay then, garbage collection is unfortunately impossible to do in scratch, just a heads upScratch program, that interprets lisp.Do you want it as a scratch program or something else?These links will give you the information you need:Take a guess.Taken! Username:
Work you want done: I need something that interprets lisp code, with support for lambdas.
Deadline: Tomorrow, if not possible ASAP.
Other: Implement garbage collection please.
But i am a bit confused by what you want, could you please explain more?
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
https://www.inf.fu-berlin.de/lehre/WS03/alpi/lambda.pdf
https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
Garbage collection is just automatically freeing of cells that are non-used, instead of requiring manual freeing.
As scratch is turing complete, anything that is possible by any language is possible in scratch, and as garbage collection is possible in any other language, it is possible in scratch.
Here is a simple project that has a garbage collector to prove it's possible: https://scratch.mit.edu/projects/107696106/.
I'm not saying the shop isn't good, but it isn't in the workers' capability to create things that require extreme logic. Thanks for your understanding.
Let's say someone in university makes a project to showcase this block:((1) + (1))Does that make that block any more complex?
And click inside the project I sent, it's so simple even the most beginner of programmers could understand it just by looking at the code.
By the way, how does this look:
((1) + (1)) :: hat motion
Last edited by congyingzhou (Sept. 8, 2018 09:54:21)
- RubiksMaster1111
-
24 posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Hi!
- congyingzhou
-
1000+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
Hi! Hi!
- NinjaCraft16
-
100+ posts
T.I.P.S. (Team Intelligent Projects Shop) ~since 2018~ [NOW HIRING] We offer everything! ⚡️⚡️ ✅✅ Moved to TIPS 2.0
.
Last edited by NinjaCraft16 (Sept. 8, 2018 21:11:33)