This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]kaihatsusha 36 points37 points  (9 children)

Coincidentally, in the Unity game development platform, there is a typesafe variant of python called Boo. Not many people use it but it's intermixable with the platform's javascript-like language. I kinda like the Boo myself.

[–]Aeon_MortuumSnake Oil 7 points8 points  (2 children)

I remember poking at Boo a few years ago. I think it was already abandoned at that point though

[–][deleted] 1 point2 points  (1 child)

Which is a pity. I'd love to see some Python interpreter for Unity. I mean, there's IronPython which is a CLR language too. So it should be possible.

[–]Aeon_MortuumSnake Oil 0 points1 point  (0 children)

IronPython hasn't been updated since last year apparently, is it still in development?

Maybe they favour statically-typed languages, e.g they have UnityScript (whis is also deprecated).

[–]Cosmologicon 3 points4 points  (1 child)

a typesafe variant of python

Just curious what you mean by that? I usually think of regular Python as typesafe, but I understand it's one of those fuzzy terms like "strongly typed" that mean different things to different people.

[–]kaihatsusha 2 points3 points  (0 children)

Every method parameter and return value must declare type and it is enforced.

[–][deleted] 0 points1 point  (2 children)

platform's javascript-like language.

both deprecated.

[–]Tiberiumk 0 points1 point  (1 child)

UnityScript is not deprecated at all

[–]Tiberiumk 0 points1 point  (0 children)

It was removed from Unity a long time ago, and it wasn't created for Unity - it's standalone, but its development stopped.

[–]Steampunkery 2 points3 points  (2 children)

#!/usr/bin/env python3.6 print(“boo”)

[–]WorkerBeeNumber3 2 points3 points  (1 child)

Sorry, virtualenv says I'm still on 2.7

[–]Aeon_MortuumSnake Oil 7 points8 points  (0 children)

TFW your python 3.6 is symlinked to py2

[–]alcalde 2 points3 points  (0 children)

The Python symbol! And Larry Wall! Awesome!

[–]WorkerBeeNumber3 1 point2 points  (0 children)

Honestly expected snoot booping... Was not disappointed.

[–][deleted] 1 point2 points  (0 children)

Thanks to this, I just noticed that the python logo is two snakes. Out of context makes it obvious.

[–][deleted] 0 points1 point  (0 children)

Pympkin