Skip to main content

Home/ Coders/ Group items tagged compilation

Rss Feed Group items tagged

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
Rajan Datta

IDEOne - Online Compiler and Debugging tool - 8 views

  •  
    Choose language, paste code and input data (optionally), choose whether your code ought to be executed and whether it ought to be private (i.e. not listed in recent pastes) and click submit button. Then watch your code being executed, share it with your team or friends, or run it again with new input to debug.
  •  
    Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
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.
Fabien Cadet

Talk: The Care and Feeding of C++'s Dragons (speaker: Chandler Carruth) | channel9.msdn... - 1 views

  • Last year I described C++ as bearing the cautionary label ‘Here Be Dragons.’ And yet we’re all still writing C++ because it is the best programming language for the problems we face. In turn, we need a strategy to deal with the “dragons” that reside in large C++ code bases. The Dragon Book (my old compiler textbook) taught about a collection of tools to address the complexity of compiler design, and while our challenge is somewhat different, the approach remains the same. When a mere mortal programmer ventures forth to battle the complexity of large software systems in C++, they’re going to need some really good tools to help them. At Google, we’ve been building up a platform of such tools. I will introduce the platform and toolset, and show how to use them to write fast and correct C++ code, quickly and correctly.I will also give a peek into the future of the next generation of tools we’re working on and some of the really interesting changes to C++ that are coming in the next few years to help both programmers and these tools be ever more effective.
Joel Bennett

Volta - Microsoft Live Labs - 0 views

  • design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together.
  •  
    Volta is to .Net what the Google Web Toolkit is to Java ... except it goes *way* further, because it lets you write a multi-tiered application as a rich-client app and then choose to have the client portion "compile" to HTML+Javascript ...
Joel Bennett

Snippet Compiler - Sliver.com - 0 views

  •  
    The Snippet Compiler lets you easily test short bits of code...
Fabien Cadet

2012-03: Profile-guided optimization: how, and what? | Forum thread @ Gentoo Forums - 1 views

  •  
    Just a Gentoo user notes on how he does it, i.e. -fprofile-generate=/var/tmp/pgo & -fprofile-use=/var/tmp/pgo compiler flags for CFLAGS & CXXFLAGS.
htmlslicemate.com

Compilation of High Resolution Log Texture - 0 views

  •  
    Everyone is going green and the vast number of log texture backgrounds on different websites and graphic artworks such as business cards, posters and others are proof enough of that. Web and graphic designers seem to love log texture backgrounds a lot because it helps tone down the atmosphere, even if the content has aggressive and extremely opinionated posts. With its ability to relax and make people more open-minded and receptive, log texture backgrounds are becoming more popular. Log textures are preferred by artists over plain backgrounds because it will let their designs look more realistic. It can be used on its own, or the texture can be draped over other artworks - all its takes is some creativity. A simple picture combined with a log texture can make it seem like the picture is etched in wood. It's simple, yet the result is very artistic and looks unique every time.
Andrey Karpov

Bugs found in GCC with the help of PVS-Studio - 0 views

  •  
    I regularly check various open-source projects to demonstrate the abilities of the PVS-Studio static code analyzer (C, C++, C#). Now it is time for the GCC compiler to get checked. Unquestionably, GCC is a very qualitative and well-tested project, that's why it's already a great achievement for a tool to find any errors in it. Fortunately, PVS-Studio coped with this task. No one is immune to typos or carelessness. This is why the PVS-Studio can become an additional line of defense for you, on the front of the endless war against bugs.
Rodolfo Arce

Edit, Compile and Debug .NET on Linux using VS Code - RHD Blog - 0 views

  •  
    Introducción a compilar y debuggear con .Net Core en Linux con VS Code
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

Flapjax - a new language for writing the web? - 0 views

  •  
    Flapjax is a programming language which compiles to cross-platform javascript, but purports to be quite a bit easier to use ...
Joel Bennett

Examine Information on Windows NT System Level Primitives - CodeGuru - 0 views

  •  
    SourceCode and Compiled Binaries for two low-level system information tools: NtSysInfo explores Windows internals and enumerates system processes, windows, threads, objects. The WhoUses utility allows you to determine what process has a file or DLL locked.
Xiaobin Huang

LiteratePrograms - 0 views

  •  
    LiteratePrograms is a unique wiki where every article is simultaneously a document and a piece of code that you can view, download, compile, and run by simply using the "download code" tab at the top of every article.
Joel Bennett

CodeSynthesis XSD - XML Data Binding for C++ - 0 views

  •  
    Xml Data Binding is basically "compiling" XSD schemas into C++ classes ... somewhat like the .Net Xml Serializer.
1 - 20 of 60 Next › Last »
Showing 20 items per page