Lem エディタの Windows Terminal 上での実行方法
- Windows 環境において、Lem エディタを Windows Terminal 上で実行する方法をまとめたものです。
(Windows Terminal の実行には、Windows 10 が必要です)
事前準備
- 事前に、Lem エディタ および Windows Terminal が、適切にインストールされている必要があります。
gosh 1000_make_code.scm | |
pause |
<Scheme:初心者の質問箱> | |
https://practical-scheme.net/wiliki/wiliki.cgi?Scheme%3A%E5%88%9D%E5%BF%83%E8%80%85%E3%81%AE%E8%B3%AA%E5%95%8F%E7%AE%B1 | |
(rfc.http) http-get での error について(Gauche-0.9.12) | |
(use rfc.http) | |
(http-get "artscape.jp" "/exhibition/traveling/index.html" :secure #t) | |
*** ERROR: TLS handshake failed: SSL - A field in a message was incorrect or inconsistent with other fields (-26112) |
;; -*- coding: utf-8 -*- | |
;; | |
;; gen_eaw_data.scm | |
;; 2021-5-4 v1.00 | |
;; | |
;; <内容> | |
;; Gauche を使用して、Unicode の文字幅データを生成するためのツールです。 | |
;; EastAsianWidth.txt と emoji-data.txt が、本ファイルと同一フォルダに | |
;; 存在することを想定しています。 | |
;; EastAsianWidth.txt と emoji-data.txt は、以下にあります。 |
/* | |
Windows Console Mouse Input Test | |
2021-3-13 v1.28 | |
OS : Windows 10 (version 20H2) (64bit) | |
DevTools : MSYS2/MinGW-w64 (64bit) (gcc version 10.2.0 (Rev6, Built by MSYS2 project))) | |
Terminal : Windows Terminal 1.6.10571.0 | |
Compile : gcc -g -O2 -Wall -Wextra -o wincon_mouse.exe wincon_mouse.c | |
*/ | |
#include <windows.h> |
/* | |
GitHub New GUI Customization | |
2022-7-19 v1.09 | |
*/ | |
@-moz-document domain("github.com") { | |
/* width >= 768px */ | |
@media (min-width: 768px) { | |
/* narrow width of sidebar */ | |
turbo-frame > #repo-content-pjax-container > div > div > .Layout.Layout--sidebarPosition-end, |
;; | |
;; pcdemo3_debug.scm | |
;; 2020-6-4 v1.02 | |
;; | |
(use data.queue) | |
(use gauche.partcont) | |
;; for debug | |
(define *dbg-level* 3) ; (bitwise setting (e.g. 3 is error+info) | |
; ; =0:none, =1:error, =2:info) |
Windows 環境において、Lem エディタを ConEmu 上で実行する方法をまとめたものです。
mintty + winpty 上では 16 色 しか表示できませんでした (winpty の制約による) が、
ConEmu 上では 256 色 で表示することができます。
(参考URL: rprichard/winpty#108
https://conemu.github.io/en/Xterm256Colors.html )
<Gauche プルリクエスト #558 測定結果> | |
https://github.com/shirok/Gauche/pull/558 | |
測定用のスクリプトは下に添付します ( handle_vals.scm ) 。 | |
(1) 変更前 (for + local allay) | |
values-0 : #<time-result 3000000 times/ 6.818 real/ 7.547 user/ 0.781 sys> | |
values-1 : #<time-result 3000000 times/ 7.043 real/ 8.000 user/ 0.875 sys> |