Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Submission + - TypeScript vs Haxe (onthewings.net)

lars_doucet writes: Released in 2012, Microsoft's TypeScript is perhaps the best-known "compile to JS" language, but it wasn't the first. One of the earliest was Haxe, whose JS target first appeared in 2006.

In his illuminating article, TypeScript vs Haxe, Andy Li gives an excellent rundown of the two languages' various merits, but the bottom line is:

"Existing JS developers will favor TypeScript as they are more similar in many ways. They can utilize their existing skills immediately. Non-JS developers with backgrounds like Java/C# or even from the functional programming world will appreciate Haxe more since it fixes a lot of weirdness of JS."

The full article includes an excellent rundown of the type systems, syntax, scope handling, compilers, and overall language design philosophy.

Submission + - Open Source Haxe/OpenFL platform will support home game consoles (fortressofdoors.com)

lars_doucet writes: At last week's World Wide Haxe conference, a coalition of game developers announced that the open source platform Haxe/OpenFL is coming soon to home game consoles. The first three games that will ship using the technology are Yummy Circus , Defender's Quest (HD edition) , and the award-winning Papers, Please.

Haxe is a programming language that compiles to other programming languages (everything from C++ to Javascript to Python), has been around for about 10 years and is quite powerful. OpenFL is a hardware-accelerated cross-platform reimplementation of the Flash API, built on top of Haxe (but does not have the Flash player's performance and security limitations and has nothing to do with Adobe), and is built on a low-level cross-platform layer called Lime, which can be used separately for those who have no need for a Flash-like API. This could eventually lead to console compatibility for engines that are built on top of Haxe/OpenFL, such as Away3D, Stencyl, HaxeFlixel, and HaxePunk.

Six console targets are planned: WiiU, PS4, XBox One, PSVita, 3DS, and PS3; footage of demos running on the WiiU was presented at the talk and are included in the linked article.

Books

Sell Someone Else's Book On Lulu! 260

Albert Schueller writes "Lulu is a place where authors can self-publish their books. It's a nice response to exorbitant college textbook prices. In an interesting twist, looks like you might be able to get away with selling other people's books on Lulu and reap a tidy profit. The Lulu offering Calculus Twirly Exponentials by Dave Stuart appears to be simply a high quality scan of the much more well-known, and expensive, Calculus: Early Transcendentals 6th ed. by James Stewart. Compare the preview images available for each at Lulu and Amazon respectively."
Government

Industrial Marijuana Farming Approved In Oakland 690

Trintech writes "According to MSNBC: 'The city of Oakland, California on Tuesday legalized large-scale marijuana cultivation for medical use and will issue up to four permits for "industrial" cultivation starting next year. The move by the San Francisco Bay Area city aims to bring medical marijuana cultivation into the open and allow the city to profit by taxing those who grow it. The resolution passed the city council easily after a nearly four-hour debate that pitted small-scale "garden" growers against advocates of a bigger, industrial system that would become a "Silicon Valley" of pot.' Yes, you read that right. MSNBC just compared computer chip fabrication to pot cultivation."

Comment Ugh (Score 1) 396

IIRC, the Tetris Company had a trademark on the name, but it only applied to falling-something games that contained the word "tris", so your game wouldn't fall under that either. Heck, my game "Elementris" doesn't fall under it, because it doesn't have falling stuff. Looks like you got caught in another bogus DCMA takedown, and Google's taking the same "guilty until proven innocent" stance that they take on youtube videos. Right now the Tetris Company is gritting its teeth and hoping all the developers are small-time enough not to sue 'em for misrepresenting their IP.

Slashdot Top Deals

UNIX enhancements aren't.

Working...