New blog post: MiniScript CGI Programming
Using standard CGI and command-line MiniScript, you can create dynamic web apps or web services. See how to set up and configure your web server, two examples to get you started, and some possible applications.
https://t.co/s3E2iyzjW0
Farmtronics Mod for #StardewValley updated to version 1.2! This release enables bots to move items in and out of chests and other bots, as well as to harvest products from machines (such as furnaces). Bots also gain the ability to wear hats and set signs. https://t.co/dvbrsNPVRF
New #tweetcode for #miniscript#minimicro
Based on the "File Not Found a BASIC Poem for Ron Padgett" by Nick Montfort @nickmofo - https://t.co/5plmSPEE2P
Which is based on "Nothing in That Drawer" by
Ron Padgett https://t.co/mosEgNCKye
Working on an efficient, procedurally generated book system for VR. (Text is from "Harry Potter and the Methods of Reason", which I highly recommend!) #hpmor
I am looking forward to talking and answering questions about my journey learning, teaching, researching, and working on compilers. Please do share some of yours in the survey. 🌻 Also I am tickled pink by the color choice of the promo. 🌸💕😎Thank you for inviting me to WiCT!
import"tc"
i = 0;x=480;y=320
while true
g.color="#FFFF00"
for a in range(��*3/4,π*9/4,π/10)
g.line x,y,x+cos(a)*900,y+sin(a)*900
end for
r=i+10
while r<x
rect 481-r, y-r, r*2, r*2
r=r*1.5
end while
g.fillPoly [[161,640],[481,y],[800,640]],pal[1]
flc
i=(i+1)%10
end while