Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment APIs & Lua (Score 1) 641

The most important reason-feature to learn and use C is that it's the LOWEST COMMON DENOMINATOR in many other languages' attempts for interoperability. These APIs are many times written in C in order for the libraries to operate seamlessly between them. Another good reason is to improve what you can do with Lua. With C and Lua you can literally tact almost any problem, from drivers to databases. It might not be the most efficient way, but definitely you will get more bang for your time and money.

Comment Ridiculous Analogy (Score 1) 455

"Clocks may keep time, but they don't know what time it is. And strictly speaking, it is we who use them to tell time. But the same is true of Watson, the IBM supercomputer that supposedly played Jeopardy! and dominated the human competition. Watson answered no questions. It participated in no competition. It didn't do anything."

A ridiculous analogy. It's like saying the dog that fetches the wood to its master has no intelligence at all. It's the master that "fetched" the wood. AI is not pseudo-intelligence, but intelligence with restrictions. These restrictions and limitations go away day by day, year by year, as we better understand the brain and its workings.

Submission + - Swift can be easily twiddled if necessary (brockerhoff.net)

Kensai7 writes: ...Swift. It really appears to be a very pragmatic language. If you look at the generated library header (in Xcode, command-doubleclick on any Swift type to see it), nearly all operators and types are defined there, in often surprising detail. In other words, few language features are hard-wired into the parser/compiler – the Swift library/runtime and the pre-LLVM optimizer are, instead, responsible for the language and its implementation details, and therefore more easily twiddled if necessary.

Submission + - Hack: a new programming language for HHVM (facebook.com)

Kensai7 writes: Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.

Comment Re:Willingness to pay differs per medium (Score 1) 333

Are more willing because it is a rarity to have a well-designed mobile page that has the same functionality as an app, even if today's standards allow it. I blame both developers and manufacturers of OSes (Apple, Google, etc) for that. In order to lure customers to their systems they privilege functionality that otherwise could be universal.

Slashdot Top Deals

BLISS is ignorance.

Working...