Sign inSign up

dlanguage/sdc

By dlanguage

•Updated over 9 years ago

SDC - The Stupid D Compiler

Image
0

10K+

dlanguage/sdc repository overview

Docker pulls Docker Build Latest Tag

⁠docker-sdc

Docker Image for Stupid D Compiler SDC⁠.

⁠Motivation

Installation of a compiler sometimes is cumbersome. This Docker image should take this pain and allow you to easily switch between Versions of the same compiler and even different compilers.

The SDC is still hasn't reached version 1.0. It could just compile basic stuff. To see what it's able to compile, check out it's tests⁠.

⁠Other Compilers

Allows to use all major D Compilers without installation.

CompilerLatest Tag
DMDLatest Tag
LDCLatest Tag
GDCLatest Tag
SDCLatest Tag

⁠Usage

Place a test.d in your current directory. Then execute

docker run --rm -ti \
  -e USER -e HOME -e LOCAL_USER_ID=`id -u $USER` -e LOCAL_GROUP_ID=`id -g $USER` \
  -w /src \
  -v $(pwd):/src \
  dlanguage/sdc sdc test.d

Tag summary

Content type

Image

Digest

Size

143.7 MB

Last updated

over 9 years ago

docker pull dlanguage/sdc