Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
homarp
on Jan 19, 2019
|
parent
|
context
|
favorite
| on:
MakeCode Arcade: Retro Gaming, Modern Programming
PXT's underlying programming language is a subset of TypeScript (leaving out JavaScript dynamic features).
The main features of PXT are: [...] an ARM Thumb machine code emitter
mmoskal
on Jan 19, 2019
[–]
In fact there is more dynamic features in now, including accessing arbitrary fields through 'any' type and typeof expression. What's missing is mostly eval and prototype inheritance (instead we use classes). There's also a precise GC now.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The main features of PXT are: [...] an ARM Thumb machine code emitter