This Siri Shortcut Can Modify your Projects | 𝓐𝔀𝓮𝓼𝓸𝓶𝓮_𝓔

I had this idea too! I was gonna pitch it to you but I let it slip from my memory. I think even the name I made up might’ve been the same as yours (Hopscript).

Yes, that would be amazing! Hopscript could be a dialect of Python, or maybe JS – a high level language – for simplicity and easy syntax among new coders. Code could also be automated much easier with a higher level language to work with and compile into.

I’ve tried making a programming language parser once in Python. It’s pretty fun and hard at the same time.

3 Likes

yes hopscript is the final evolution!
A high level language of the already highest level language of Hopscotch!

(Woah would this mean hopscript is somehow a lower level language than Hopscotch itself?)

# Catch The Bear, Make Him Grow!

class SuperBear:
    image = “Bear.png”
    xPosition = 10
    yPosition = 100
    when 7 == 7:
        moveForward(100)
        if self.xPosition > 1000:
            self.xPosition = 100
    when self.isTouched == true:
        growBy(self.sizeAsPercent * 1.1)
5 Likes

I’m gonna make a topic for this!

3 Likes

Is there a way to use this shortcut without safari?

I don’t maintain the standalone shortcut anymore, but you might still be able to find a download link for “v1.6.2 final” on this topic somewhere. Just know I won’t add any features or fix any bugs with it

2 Likes

So some of the old shortcuts work. And also im not sure this is the right place but you really inspired me with coding

1 Like

Does this still work?

@Awesome_E
Editing Raw
Your Siri shortcut shows the code when running. Is there a way to make it so you can edit just the raw code?

Picture1 (json code)

Color and Math Optimization
On your web page it has a description on color and math optimization when using the shortcut you require safari. But when trying to replace the safari block with a get contents of url block it doesn’t work. With thinking more and more is that safari block even required?

1 Like

Moved here as it doesn’t need its own topic

You’re using a way old version… use this version

Read post 2 and the help guide linked in post 1, those should help you learn how to use the shortcut a bit more

3 Likes

Got thanks for helping

1 Like

So from my understanding the only way to use it is to have safari?

1 Like

No, you just need to download the shortcut first. Then it can run offline

2 Likes

But safari is restricted for me

1 Like

So the shortcuts link in my post won’t open? It should open directly in shortcuts

1 Like

Then how were you able to download the older version?

1 Like


Here is what happens when I run it

Oh. It’s trying to check for updates

Does turning on airplane mode help?

1 Like

No it still didn’t work. But if I removed the part that checks for updates would it still work?

Sorry for being difficult

It won’t run the check if there’s no internet, so it must be restricting any get contents of webpage even if the web page is a data url and not a URL

You’d have to replace all of these in the whole shortcut, which might break the whole thing.

If you’re just looking to edit the raw JSON, you might want to consider opening it in a text editor of some sort whether that’s a new shortcut you create or an app from the App Store. I don’t think it’s worth that much effort with my shortcut just to edit the raw json contents of the file

3 Likes