Blog Posts tagged javascript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

Similar Tags

Report Tag

27 blog posts with this tag
3
  • 3.7K visits
  • 5.2K views
This content is deleted
Blog Post
Construct 2 vs. Javascript
2 favourites

Recently I read a comment on a blog along the lines of "why buy any HTML5 tools? It's really easy to do it yourself in javascript" . I think this is an interest...

1
  • 21.1K visits
  • 35K views
This content is deleted
Blog Post
How to write low garbage real-time Javascript
0 favourites

Edit 27th March 2012: Wow, this article went a long way, thanks for the great response! There's been some criticism of some of the techniques here, such as the...

16
This content is deleted
Blog Post
The architecture of the Construct 3 runtime
4 favourites

The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...

1
  • 11.9K visits
  • 16.6K views
This content is deleted
Blog Post
Hacking something useful out of WKWebView
0 favourites

We recently announced support for WKWebView in iOS apps with significantly improved performance, but some caveats about memory usage and video support. This was...

1
  • 12.4K visits
  • 15.6K views
This content is deleted
Blog Post
Service Workers are a pain in the ass
0 favourites

For years now, Construct 2 has used AppCache to allow its HTML5 games to run offline . However recently Chrome and Firefox have been adding support for Service...

2
  • 3.4K visits
  • 4.7K views
This content is deleted
Blog Post
Why JavaScript needs cross-heap collection
0 favourites

Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...

27
This content is deleted
Blog Post
Compiling expressions to JavaScript in the C3 runtime
4 favourites

The latest beta of Construct 3 includes a major new optimisation for the C3 runtime: It now compiles expressions to Javascript. This improves even further the a...

10
This content is deleted
Blog Post
Optimising events with function binding
4 favourites

Shortly after finishing the expression-to-JavaScript compiler , I realised a couple of the performance tricks we used there could actually be applied to conditi...

59
This content is deleted
Blog Post
Introducing JavaScript coding in Construct
26 favourites

We're excited to announce a major new feature for Construct 3, allowing you to write Javascript code in the editor! You'll be able to start off with snippets of...

16
This content is deleted
Blog Post
A proposal for Javascript scripting in Construct 3
2 favourites

Scirra has recently announced and then released a new feature for Construct 3: Javascript coding in the editor. I was extremely hyped by this announcement and c...

Similar Tags