Programming 530

SQL 툴 비교

Oracle SQL Developer: 오라클용. 단점은 오라클만 된다는 것. Heidi SQL: csv 임포트시 varchar 길이 너무 작게 잡아서 중단되는 경우가 있었다. 용량 15MB hi-DPI 미지원 DBeaver: Eclipse로 만든 툴인데 자체 SQLite DB도 있고 CSV 임포트 잘 된다. DBMS를 따로 설치 안 해도 되어서 로컬 DB 분석용으로 추천한다. 용량 108 MB hi-DPI 지원 MySQL Workbench: MySQL 설치시 같이 설치되는 툴인데 csv 임포트가 너무 느려서 로컬 db 분석에 사용하기 힘들다. hi-DPI 미지원

Programming 2022.02.16

Joker 사용 후기

Go 언어로 짠 Clojure 호환 스크립트 실행기 Joker를 써보았다. Joker (joker-lang.org) Joker Joker is a small interpreted dialect of Clojure written in Go. It is also a Clojure(Script) linter. Write scripts in Clojure Fast startup time Sane error messages and stacktraces Batteries included: send HTTP requests, read and parse JSON, work with file s joker-lang.org 메모리는 5 MB 정도 먹는다. recursive fibonacci로 테스트 해봤더니 내가 만든 A..

Programming 2021.12.15

SBCL 2.1.10: 기본 인코딩이 UTF-8이어서 UTF-8 소스 코드의 한글이 그냥 잘 출력된다.

드디어 "the Windows port is fragile, particularly for multithreaded code. Unfortunately, the development team currently lacks the time and resources this platform demands." 문구가 사라지고 리눅스 버전과 같은 최신 버전이 동시에 업데이트되었다. Download - Steel Bank Common Lisp (sbcl.org) Download - Steel Bank Common Lisp Download The most recent version of SBCL is 2.1.10, released October 28, 2021. Release notes. Source: sbcl-2...

Programming 2021.10.30