0

I tried to use Xcode's Playground feature to play around with a bit of new Javascript and Python tricks I started to learn.

Unfortunately, whenever I switch the Syntax Coloring (Editor>Syntax Coloring) to a language other then Swift, I type in the first command and the Xcode crashes.

Anyone tackled this?

P.S after a bit of research I found out I may be quite dumb.

Is PlayGround Solely for Swift?

Ben Avnon
  • 1,681
  • 2
  • 13
  • 13

1 Answers1

1

Yes Playgrounds only supports swift. Playground can only compile Swift code.

codester
  • 36,891
  • 10
  • 74
  • 72