D support for ChromeOS

Joakim dlang at joakim.fea.st
Wed Aug 22 10:06:39 UTC 2018


On Wednesday, 22 August 2018 at 07:14:22 UTC, Martin Tschierschke 
wrote:
> On Wednesday, 22 August 2018 at 01:56:45 UTC, Joakim wrote:
> unning.
> [...]
>>
>> Oh, I forgot, if you're running Android apps in your 
>> Chromebook, you can install the Termux app and use LDC through 
>> there:
>>
>> https://play.google.com/store/apps/details?id=com.termux&hl=en
>>
>> The first AArch64 build of LDC for Termux should be up in a 
>> day or so, `apt install ldc`, or you can build it from source 
>> in Termux, if you can't wait. ;)
> +1 ; Cool, not sure if I can wait, but probably I will :-)

I must say I really like looking at this version string, straight 
from the Termux app:

$ ldc2 --version
LDC - the LLVM D compiler (1.11.0):
   based on DMD v2.081.2 and LLVM 6.0.1-2

   built with LDC - the LLVM D compiler (1.11.0)
   Default target: aarch64--linux-android
   Host CPU: cortex-a73
   http://dlang.org - http://wiki.dlang.org/LDC

   Registered Targets:
     aarch64    - AArch64 (little endian)
     aarch64_be - AArch64 (big endian)
     arm        - ARM
     arm64      - ARM64 (little endian)
     armeb      - ARM (big endian)
     thumb      - Thumb
     thumbeb    - Thumb (big endian)
     x86        - 32-bit X86: Pentium-Pro and above
     x86-64     - 64-bit X86: EM64T and AMD64


More information about the Digitalmars-d-announce mailing list