Skip to main content

Home/ Coders/ Group items tagged Languages

Rss Feed Group items tagged

puzznbuzzus

Is English Language So Popular because of the USA? - 0 views

Americans might tend to inflate the influence of the United States in the history of the spread of English. Before the World Wars, particularly WWII, the US was a bit player on the world stage. The...

english quiz online

started by puzznbuzzus on 17 Feb 17 no follow-up yet
Joel Bennett

Polyglot Programming | Dr. Dobb's | May 1, 2002 - 0 views

  • Everyone will benefit, even the Java community: Now that there's competition again, new constructs are—surprise!—again being considered for Java
  • Do languages have to sacrifice anything?
  • .NET goes much further: A routine written in a language L1 may call another routine written in a different language L2. A module in L1 may declare a variable whose type is a class declared in L2, and then call the corresponding L2 routines on that variable. If both languages are object oriented, a class in L1 can inherit from a class in L2. Exceptions triggered by a routine written in L1 and not handled on the L1 side will be passed to the caller, which—if written in L2—will process it using L2's own exception-handling mechanism. During a debugging session, you may move freely and seamlessly across modules written in L1 and L2. I don't know about you, but I've never seen anything coming even close to this level of interoperability.
  •  
    This ability to mix languages offers great promise for the future of programming languages, as the practical advance of new language designs will no longer be hindered by the library issue ...
Fabien Cadet

The Ideal HPC Programming Language - ACM Queue - 2 views

  •  
    What if programming did not mean having to learn a language someone else devised and then wrestling with the limitations of that language, its compilers, and computers to implement your task? What if it meant, in a sense, the opposite? You could write your program in whatever way was most expressive for you, without regard for language rules imposed by someone else. Then it would be somebody else's job to define the programming language that would make sense of what you wrote, write the compilers to digest the program, and build the computers that would efficiently run the task you specified.
Joel Bennett

Phalanger - The PHP Language Compiler for the .NET Framework - 5 views

  • Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages
  • Makes PHP first-class citizen in the .NET languages family Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions Enables using libraries written in PHP from other .NET languages
  •  
    Compiles PHP to MSIL and now supports using .Net objects from PHP
Biztech Consultancy

C Sharp Development - One of the best platforms for developing mobile websites & custom... - 1 views

  •  
    C Sharp or C# is one of the widely used object oriented programming languages in the world. The C# Development platform was introduced by Microsoft within its .Net Initiative. This language, later, was approved as a standard by ECMA and ISO. It is one of the well-known programming languages designed for the Common Language Infrastructure.
Saqib Imran

ASL Trainer By 1 SOCIAL MEDIA - 0 views

  •  
    "American Sign Language (ASL) is an application for iPhone, iPod touch and iPad which is a fun way to learn, understand and practice American Sign Language. The application has been designed for the people of all age group who want to understand the ASL when they are on the move. This provides a healthy activity to keep in touch with the language signs and constant practice with the help of this app makes it even better."
Joel Bennett

Dynamic Languages : The Official Microsoft Silverlight Site - 0 views

  •  
    The Silverlight Dynamic Languages SDK enables developers to use dynamic languages running on the Dynamic Language Runtime (DLR) to build Silverlight applications.
Andrey Karpov

The Archive of Interesting Code - 0 views

  •  
    The Archive of Interesting Code is an (ambitious) effort on my part to research, intuit, and code up every interesting algorithm and data structure ever invented. In doing so, I hope both to learn the mathematical techniques that power these technologies and to improve my skills as a programmer. The examples on this site are in a variety of languages. I generally prefer to use C++ for algorithms, since the STL provides a great framework for expressing algorithms that work on a variety of data types. I code up most data structures in Java, both because the Collections framework allows them to be integrated in seamlessly with other applications and because automatic garbage collection simplifies some of the resource management. Every now and then I'll find an algorithm or data structure that is best represented in a different language like Haskell, in which case I'll forgo my usual language conventions.
Joel Bennett

XmlLite Introduction - Light XML parser for C++ - Microsoft - 0 views

  • XmlLite works with various versions of the Microsoft C++ compiler, but the samples in the documentation have been validated only with Visual Studio 2005.
  • XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++
  • if you want to use it with other languages, some additional work may be required.
  •  
    The XmlLite library allows developers to build high-performance XML-based applications that provide a high degree of interoperability with other applications that adhere to the XML 1.0 standard. XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++. XmlLite comes with all necessary support files for use with C++, but if you want to use it with other languages, some additional work may be required.
Joel Bennett

M - The modelling language - 0 views

  •  
    M seems to be like LINQ for data structure generation: a simple template language with assemblers for different back-end technologies.
  •  
    The Microsoft code name "M" language is a declarative language for working with data and building domain models. "M" lets users write down how they want to structure and query their data using a textual syntax that is convenient to both author and reader.
Joel Bennett

Microsoft Axum - Download Details - 0 views

  • Installer: Axum is an incubation project from Microsoft’s Parallel Computing Platform that aims to validate a safe and productive parallel programming model for the .NET framework. It’s a language that builds upon the architecture of the web and the principles of isolation, actors, and message-passing to increase application safety, responsiveness, scalability and developer productivity. Other advanced concepts we are exploring are data flow networks, asynchronous methods, and type annotations for taming side-effects. Programmer's Guide: Use this simple and easy to follow programmer's guide to learn how to create safe, scalable, and responsive applications with the Axum language. Language Specification: A detailed specification of the Axum language.
  •  
    A .NET language for safe, scalable and productive parallel programming through isolation, actors and message-passing ...
David Corking

JavaScript as a Functional Language | Ajaxonomy | 2009 - 0 views

  • there is a little bit of hand-waving involved in calling JavaScript a functional language. JavaScript is not a side-effect free language, nor is it an expression-based language (i.e., it is not value-oriented, but rather variable-oriented). There is no tail call optimization in any of the current implementations, so recursion must be kept shallow. And the list goes on. Truth be told, JavaScript is really one of the first hybrid imperative-functional languages.
  • Higher-order functions allow us to do functional composition,
  • Since JavaScript does not have "overloaded" functions, this type of functionality is usually simulated using manipulation of the function's arguments. Currying comes in handy because it allows you to do this manipulation in a much cleaner and more modular way.
  • ...1 more annotation...
  • Closures have quite a few applications in real-world JavaScript: event binding, callbacks, sorting, mapping (in the classical Lisp sense), and many others. In more modern JavaScript programming, you can find them almost everywhere.
  •  
    This is a short tutorial approach to an old but little-noticed saw.
Fabien Cadet

Programming languages usage ::TIOBE Index - 9 views

  •  
    The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, Wikipedia and YouTube are used to calculate the ratings. Observe that the TIOBE index is not about the best programming language or the language in which most lines of code have been written. The index can be used to check whether your programming skills are still up to date or to make a strategic decision about what programming language should be adopted when starting to build a new software system.
yc c

ActiveState Code - 6 views

  •  
    ActiveState Code is a site for learning from and sharing code recipes - with a focus on dynamic languages and languages used for web development. The recipes you'll find here highlight programming best practices and can be used directly in day-to-day tasks, as a source of ideas, or as a way to learn more about languages or libraries. We invite you to contribute code, comments, and ratings for recipes. The recipes are freely available for review and use.
Sylvain Liège

The most difficult language in Europe - Liemur Software Development - 0 views

  •  
    Did you know that Hungarian is the most difficult language in Europe?
yc c

Yahoo! Query Language - YDN - 0 views

  •  
    The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint.
jeezTech

Programming Languages Rank With A Rather Strange Way - 0 views

  •  
    The idea of doing a research to find the most popular programming language, came to me a month ago when i was surfing the TIOBE site. This is a research i did
Andrey Karpov

The 10 Commandments of Good Source Control Management - 0 views

  •  
    Ah source control, if there's a more essential tool which indiscriminately spans programming languages without favour, I'm yet to see it. It's an essential component of how so many of us work; the lifeblood of many development teams, if you like. So why do we often get it so wrong? Why are some of the really core, fundamentals of version control systems often so poorly understood? I boil it down to 10 practices - or "commandments" if you like - which often break down or are not properly understand to begin with. These are all relevant to version control products of all types and programming languages of all flavours. I'll pick some examples from Subversion and .NET but they're broadly applicable to other technologies.
Joel Bennett

The Julia Language - 8 views

  •  
    Julia is a high-level, high-performance dynamic programming language for technical computing. It supports distributed parallel execution, numerical accuracy, and an extensive mathematical function library. It uses an LLVM-based JIT compiler to achieve near C performance that far outstrips Python/Matlab/R ...
Joel Bennett

Programming Languages - Hyperpolyglot - 11 views

  •  
    Side-by-side comparisons of programming language features
1 - 20 of 247 Next › Last »
Showing 20 items per page