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

 



Forgot your password?
typodupeerror
×

Comment Re:What?!?? (confusing headline) (Score 1) 81

To "weather something" means to endure severe conditions (e.g. weather) and survive. Imagine being on a ship and getting through a severe store. You and your ship have weathered the storm (this is almost certainly the origin of the phrase). So the company called Mendeley, which is considered an upstart in the publishing business, has survived a storm of controversy (over being bought by Elsevier) and joined the other scientific publishers to protect their content behind a paywall (a website that requires payment to view the contents).

Comment Re:Students + Anonimity (Score 1) 234

Correct conclusion, but one point is entirely wrong. The police acted correctly, but only because there was no evidence to support her story and you can only convict people if you can prove guilt. There is no reason at all to assume that she was lying. The guy can not be found guilty, but that does not mean he is innocent.

Comment b4i if you feel comfortable with BASIC (Score 1) 54

Anywhere Software produces B4A for Android apps, B4I for iOS, and B4J for desktop Java. They all use a dialect of BASIC very similar to Visual Basic. The Android version, at least, compiles to Java bytecode and gives full access to the Android libraries, etc.

The first two are about $100 for a license and 2 years of updates, the third is completely free. There is a vibrant community, and the main developer is very active on the forums, answering many questions.

Comment Re:Obvious? (Score 1) 274

Samuel R. Delaney wrote a book (Babel-17, won the Nebula Award in 1966) whose central idea was that humans could not understand an alien culture until they could understand its language. The protagonist, a language savant, discovered that thinking in that language dramatically changed her logical and perceptive abilities.

Comment Re:Its very verbose (Score 1) 492

With the modern Pascal IDEs (Delphi and Lazarus), you declare a procedure/function in the interface and press a hotkey that generates the skeleton for the implementation. It's fast and easy.

What I loved about Delphi, when I used it professionally 7 years ago, was compiling about 300,000 lines of code in under five seconds on a typical office PC. That kind of quick feedback made it easy to test things and find syntax errors.

Also built-in range checking on strings and arrays, ridiculously easy data-bound controls (at a time when even Microsoft was telling people not to use the VB ones), great set handling (as mentioned above, and I still miss it in today's languages), EXEs produced with no dependencies.

The Pascal (well, primarily Delphi) community was always very helpful, and most 3rd-party libraries came with source code.

A lot of people are complaining about "being/end", and I have to say that I prefer curly braces, but that is by no means a significant issue (especially because IDEs highlight and collapse blocks, and in fact write the "begin/end" for you).

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...