Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an experimental D language support #51

Closed
wants to merge 1 commit into from

Conversation

wookayin
Copy link
Collaborator

http://algospot.com/forum/read/2287/

GNU D Compiler (gdc) 를 사용하는 저지 모듈의 d language 구현입니다.
현재 컴파일 옵션은 gdc -O 정도로 해봤는데 (gdc-4.6 on 12.04), HELLOWORLD 문제풀이 수준은 잘 동작하는 것 같네요.

  • 모듈 구현
  • algospot 서버에 gdc 설치해야함
  • 위키 페이지에 D 언어 예제 코드 추가

- The GNU D Compiler (gdc) is required.
- Compile Options : gdc -O (optimize)
@wookayin
Copy link
Collaborator Author

@jongman 아참 베이스 브랜치가 master 인데 이대로면 docker 개발 중(??)인 부분들과 같이 머지되어야 할듯 한데요[..] 이거 아직 나가면 안된다면 적당히 rebase 해볼게요 'ㅅ'

@jongman
Copy link
Owner

jongman commented Mar 27, 2014

docker 쪽은 아직 뭐 영향이 없어서 괜찮긴 할듯. 내가 docker 브랜치 따고 했어야 하는데 실수로 첨에 커밋해버리는 바람에..
-_-;; ㅎㅎ

2014년 3월 26일 오후 11:44, Jongwook Choi notifications@github.com님이 작성:

@jongman https://github.com/jongman 아참 베이스 브랜치가 master 인데 이대로면 docker
개발 중(??)인 부분들과 같이 머지되어야 할듯 한데요[..] 이거 아직 나가면 안된다면 적당히 rebase 해볼게요 'ㅅ'

Reply to this email directly or view it on GitHubhttps://github.com//pull/51#issuecomment-38691809
.

@sbjwin
Copy link

sbjwin commented Mar 27, 2014

네~ 친절히 해주셔서 감사합니다~^^
그리구 종만님의 교재 구입해서 잘 보구 있어요~^^

@sbjwin
Copy link

sbjwin commented Mar 27, 2014

그리고 gdc도 괜찮은데 dmd2 는 어떠신지요~~^^

@wookayin wookayin mentioned this pull request Jun 22, 2014
@wookayin
Copy link
Collaborator Author

새로운 개발환경 위에서 다시 rebase 해서 머지할 계획입니다. :) 일단 요 커밋은 안녕..

@wookayin wookayin closed this Jun 24, 2014
@wookayin
Copy link
Collaborator Author

@sbjwin 혹시 gdc가 아닌 dmd 를 써야하는 특별한 이유가 있나요? D언어에 익숙하지 않아서 잘 모르는데 간단하게 알려주시면 참고하도록 하겠습니다 :-)

@sbjwin
Copy link

sbjwin commented Jun 24, 2014

답장 늦어서 죄송합니다~^^
저번에 종만님이 저한테 커밋요청했는데 제가 python문외한이라 커밋 못했었는데
대신 커밋해주셔서 아직도 너무 감사히 생각하고 있습니다

제가 gdc 대신 dmd2를 권해드린 건 dmd2가 최신버전 2.065버전인데
제가 백준온라인에서 std.algorithm 모듈에 있는 템플릿함수 쓸 당시
백준온라인이 구버전 dmd2 를 써서 계속 채점 오류난 기억이 있어서요...

제가 알기로 아직 gdx는 dmd2.064에 대응하는 걸로 알고 있습니다...

@sbjwin
Copy link

sbjwin commented Jun 24, 2014

참고로 제가 백준온라인에서는 d언어로 170개량의 문제를 통과했어요
쉬운 문제도 있도 극도로 시간 속도를 요하는 IOI문제도 c++와 어깨를
나란히 하는 속도네요~~^^

@sbjwin
Copy link

sbjwin commented Jun 24, 2014

저는 d언어 공부할때 현재 xamarin 5.0으로 하고 있어요
디버깅은 좀 그런데 코딩은 아주 재미있어요~^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants