🦞🌯 Lobster Roll

Thread

Pure Java typesetting system (github.com)
[KeenType 1.0.0](https://github.com/DaveJarvis/KeenType/releases/tag/1.0.0) is a 100% pure Java library, forked from [NTS](https://ctan.org/tex-archive/systems/nts), that can transform plain TeX into SVG documents. Output: * [Equations Document](https://i.ibb.co/q9Zf9gr/keentype-equations.png) *...

Stories related to "Pure Java typesetting system" across the full archive.

Pure Java typesetting system (github.com)
[KeenType 1.0.0](https://github.com/DaveJarvis/KeenType/releases/tag/1.0.0) is a 100% pure Java library, forked from [NTS](https://ctan.org/tex-archive/systems/nts), that can transform plain TeX into SVG documents. Output: * [Equations Document](https://i.ibb.co/q9Zf9gr/keentype-equations.png) *...
MathJax: A JavaScript display engine for mathematics that works in all browsers. (mathjax.org)
Here Are The Most Common JavaScript Algorithms and Data Structures (medium.com)
Sick of the stupid jokes? Write your own arbitrary-precision JavaScript math library (jrsinclair.com)
A fundamentally different dependency system for javascript, meet Mantri (thanpol.as)
Show Lobste.rs: "yin-yang" call/cc puzzle ported from Scheme to JavaScript (gist.github.com)
The Future of JavaScript…Now! (flippinawesome.org)
FunScript - F# to JavaScript with type providers (funscript.info)
Building a JavaScript Library with Grunt.js (flippinawesome.org)
Evaluating the Accuracy of Java Profilers (2010) (www-plan.cs.colorado.edu)
Hand-written lexer in Javascript compared to the regex-based ones (eli.thegreenplace.net)
Tips for decoupling your HTML, CSS, and JavaScript (philipwalton.com)
Should JavaScript devs build real things? (ajfisher.me)
SICP done in JavaScript (comp.nus.edu.sg)
JavaScript Warrior - Play a game by writing code (jswarrior.fusioncharts.com)
GCC Looks To Turn Off Java, Replace With Go Or ADA (phoronix.com)
I'm writing a book: "JavaScript Application Design: A Build First Approach" (bevacqua.io)
A Taste of Functional Programming in Java 7, Java 8 and C# 4 (en.lucida.me)
A better approach to handle Java NullPointerException (coolcoder.in)
API for data parallel Java. Allows suitable code to be executed on GPU via OpenCL. (code.google.com)
Cross-browser JavaScript Testing with Karma + Visual Studio (blog.dantup.com)
Getting realtime test results from Google's Karma javascript test runner into Visual Studio's Test Explorer.
Faster problem solving in Java with heuristic search (impl. of a popular search algorithm for AI) (ibm.com)
Why do we need Type Inference from Java 7? (coolcoder.in)
Java 8 Tutorial (winterbe.com)
Everything you need to know about Javascript variable scope (coolcoder.in)
JavaScript Equality Table (dorey.github.io)
Synchronizing Asynchronous JavaScript with ES7 (joezimjs.com)
ECMAScript version 5 is the latest complete version of JavaScript available and is implemented in every major browser, but ES6 is in the works and promises a much better world for JavaScript developers with features such as a simple class syntax, arrow functions, built-in promises and the like. It d...
JavaScript 101 — again (medium.com)
"Fourth Tier LLVM" JavaScript JIT enabled in WebKit Mac (trac.webkit.org)
For some time now, Apple have been working on using LLVM as a fourth tier JIT. For those not familiar with the concept, the modern JS JITs have a series of tiers optimised for different workloads. e.g. JavascriptCore starts in an interpreted mode (low compilation time) and when a function/loop is in...
Why should you care about JavaScript errors? (blog.trackets.com)