PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.

Feeds


Archives

Dec. 16, 2008

'Functional Programming in Qi (second edition)' Available Online

Books, Languages :: Qi

It has been announced that 'Functional Programming in Qi (second edition)', by Mark Tarver, is now available online. Qi is a Common Lisp-based programming language offering pattern matching, l calculus consistency, optional static type checking, and other features.

Dec. 15, 2008

'Lua Programming Gems' Published

Books, Languages :: Lua

It has been announced that the book 'Lua Programming Gems', edited by Luiz Henrique de Figueiredo, Waldemar Celes, and Roberto Ierusalimschy, has been published. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

Nov. 26, 2008

'Real World Haskell' Now Shipping

Books, Languages :: Haskell

It has been announced that 'Real World Haskell', by Bryan O'Sullivan, Don Stewart, and John Goerzen, is now shipping.

Nov. 25, 2008

Advanced Bash Scripting Guide 5.5 Released

Books, Languages :: Shell

The Advanced Bash Scripting Guide 5.5 has been released. It is a shell scripting tutorial and reference focusing on Bash.

This release includes: new material, fixes, better consistency, and two new example scripts.

Aug. 08, 2008

Sketchy LISP: An Introduction to Functional Programming in Scheme, Third Edition Now Available

Books, Languages :: Scheme

It has been announced that Sketchy LISP: An Introduction to Functional Programming in Scheme, Third Edition, by Nils M Holm, is now available. "Sketchy LISP presents an overview of the Scheme programming language with strong emphasis on functional programming."

July 21, 2008

Advanced Bash Scripting Guide 5.4 Released

Books, Languages :: Shell

Advanced Bash Scripting Guide 5.4 has been released. It is a shell scripting tutorial and reference focusing on Bash.

This release includes: seven new example scripts, clarification of certain sections, new material, and fixes.

Mar. 14, 2008

Advanced Bash Scripting Guide 5.2 Available

Books, Languages :: Shell

The Advanced Bash Scripting Guide 5.2 has been released. It is a shell scripting tutorial and reference focusing on Bash.

This edition includes: bug fixes, stylistic cleanups, new example scripts, clarifications, and other changes.

Feb. 10, 2008

'F# for Scientists' Completed, to be Published

Books, Languages :: F#, Platforms :: .NET

It has been announced that 'F# for Scientists', by Flying Frog Consultancy Ltd., has been completed and sent to the publisher.

Feb. 03, 2008

'The New C Standard: An Economic and Cultural Commentary' 1.1 Available for Download

Books, Languages :: C, Standards

'The New C Standard: An Economic and Cultural Commentary' 1.1, by Derek M. Jones, is now available for download. It is an online book which analyses the C standard from a variety of perspectives.

This update includes: the integration of the defect reports published in TC3, over sixty more references, new measurements, tuning of some of the previous tables and figures, typo fixes, and more.

Nov. 05, 2007

Online Edition of 'Starting Forth' Now Available

Books, Languages :: Forth

It has been announced that the online edition of 'Starting Forth', by Leo Brodie and updated by Marcel Hendrix and FORTH Inc., is now available.

Oct. 26, 2007

'Expert F#' Expected by November

Books, Languages :: F#

Don Syme has announced that his book Expert C#, written along with Adam Granicz and Antonio Cisternino, is expected to be available by November 30, 2007. F# is a variant of ML running on .NET, sharing a core language with Objective Caml.

May 20, 2007

'Foundations of F#' Book Available Soon

Books, Languages :: F#

Robert Pickering has announced that his 'Foundations of F#' book will soon be available. Its first printing run will finish on May 25, 2007.

F# is a variant of ML running on .NET, sharing a core language with Objective Caml.

May 11, 2007

'Programming Languages: Application and Interpretation' Available in Print

Books

Shriram Krishnamurthi has announced that his 'Programming Languages: Application and Interpretation' book is now available in print.

Oct. 25, 2006

'F# for Scientists' Book Announced

Books, Languages :: F#

Jon Harrop, author of the book 'Objective CAML for Scientists', has announced that he is working on a new book entitled 'F# for Scientists'. F# is a variant of ML running on .NET, sharing a core language with Objective Caml.

Oct. 19, 2006

"Practical OCaml" Book Available

Books, Languages :: Objective CAML

The book "Practical OCaml", by Joshua B. Smith, is now available. Objective Caml is a statically typed, strictly evaluated descendant of ML, offering object-oriented, functional and imperative features.

Practical OCaml teaches Objective Caml in a straightforward and practical manner. All the features of this functional programming language are taught by example. You will learn how to utilize OCaml to create a simple database, perform reporting, and create a spam filter. You will also learn how to scan complex log files, create your own network servers by creating a shoutcast server, and create a web crawler. By this book's conclusion, you'll be able to decipher when and why OCaml should be used, and be prepared to create your own applications with OCaml.

Oct. 11, 2006

'Foundations of F#' Book Announced

Books, Languages :: F#

It has been announced that the book 'Foundations of F#', by Robert Pickering, will be published by Apress in March 2007. F# is a variant of ML running on .NET, sharing a core language with Objective Caml.

Sep. 06, 2006

"Expert F#" Chapter 2 Draft Available

Books, Languages :: F#

Don Syme has announced the availability of an early draft of Chapter 2 (~375 KB .doc) of his planned "Expert F#" book. This draft chapter "covers most of the language constructs in tutorial mode, with the exception of object oriented programming, which will be covered in Chapter 3.

F# is a variant of ML running on .NET, sharing a core language with Objective Caml.

July 02, 2006

"The First 10 Prolog Programming Contests" Book Available For Download

Books, Contests, Languages :: Prolog

It has been announced that "The First 10 Prolog Programming Contests", by Bart Demoen, Phuong-Lan Nguyen, Tom Schrijvers, and Remko Tronçon, is now available for download.

It includes the questions from the first ten Prolog programming contests, along with answers.

May 30, 2006

jvm-languages.com Announced, 'Dynamic Languages and Java' Book Available

Books, Websites

Don Schwarz has announced the creation of jvm-languages.com. It aims to be "a community-run site dedicated to the promotion and advancement of projects that integrate Java with other programming languages. This includes projects that compile scripting or domain-specific languages into Java bytecode, interpreters written in Java, and bridges between the Java VM and other languages.

He has also announced the online availability of his 'Dynamic Languages and Java' book. It is only partially complete, but is available under a Creative Commons license.

Feb. 07, 2006

"Thinking in Java 4e" Sample Available

Books, Languages :: Java

Bruce Eckel has announced that a sample of his upcoming book "Thinking in Java, 4th Editon" is now available.

Included in the sample are the first seven chapters, in addition to the source code and installation instructions. The book is due in stores during the middle of February, with preorders being taken now by a number of vendors.

Jan. 11, 2006

Vols. 1 and 2 of 'Sketchy LISP' Textbook Available

Books, Languages :: Scheme

Volume 1 - Tutorial and Volume 2 - Reference of the Sketchy LISP textbook, by Nils M Holm, are now available. They provide "an overview of the Scheme programming language with strong emphasis on functional programming." Printed copies are available for purchase.

Aug. 17, 2005

'The New C Standard: An Economic and Cultural Commentary' Updated

Books, Languages :: C, Standards

An updated version of "The New C Standard: An Economic and Cultural Commentary", by Derek Jones, is now available. It is an online book which analyses the C standard from a variety of perspectives.

This update fixes typos, now includes over 2000 hyperlinks, and allows for faster searching through page 782 of the PDF file. A complete list of changes is available.

Categories

[Valid XHTML 1.0][Valid CSS][Valid RSS 2.0][Valid Atom 1.0][Powered by OCaml]