LdBeth
LdBeth
Resolves proposal #69 Ready for review.
I prototyped a domain implementing "decimal floating point" with very basic arithmetics, which is similar to REXX's one and Java's BigDecimal class, and I've taken some advices from the paper...
`realpath` behaves more uniformly than `readlink -f` across platforms, which eliminates the mundane test for checking availability of `greadlink` on OS X. Noting that `realpath` is not exchangeable everywhere with...
See https://github.com/owo-lang/MLPolyR/commit/36d8c331659665c02c426e7968800ba80a42e811 [Most part of smlnj-lib can run on polyml after minor patches](http://www.tbrk.org/software/poly_smlnj-lib.html), porting to poly has following benefits: - standalone executable #2 - 64 bit support - clean up...
Now we have a lambda rep based interpretation, however it is buggy and limited in certain ways: - It doesn't implement runtime I/O, and because the type checker requires top-level...
for example, https://fonts.google.com/specimen/Bitter, if have the variable font version `Bitter-VariableFont_wght.ttf` installed, selecting font weight by `#set text(font: "Bitter", weight: "medium")` would still render the ExtraLight variant and setting other weight...
I have made a fork available at https://github.com/LdBeth/j-mode Which I have carefully updated the syntax highlighting to reflect NuVoc at https://code.jsoftware.com/wiki/NuVoc and fixed several existed issue with highlighting. And integrated...
There's no needs to escape `%` in verbatim env.
Fix #4
`oldlenp` was not correctly initialized according to `man 3 sysctl`. > The information is copied into the buffer specified by oldp. The size of the buffer is given by the...
``` *iZZZZZ`j`` *0A=`` 90 *(0A*2)=`` 180 *(0A+(0A))=`` 180 *(0A==(0A))=`` 0 *(0A==90)=`` 0 *((0A)==(1A))=`` 0 ``` The last three expressions should give `-1` (true) this problem is specifically with variable in...