Eleanor Berger (@intellectronica)
차기 추론 모델을 'o5' 라벨로 출시하면 좋겠다는 언급으로, 다음 세대 추론 모델의 출시 가능성에 대한 기대를 간단히 표현한 트윗입니다.
Eleanor Berger (@intellectronica)
차기 추론 모델을 'o5' 라벨로 출시하면 좋겠다는 언급으로, 다음 세대 추론 모델의 출시 가능성에 대한 기대를 간단히 표현한 트윗입니다.
In /r/emacs... :
elisp alist question
This is driving me crazy and I hope someone can explain. I am a beginner at programming generally, and elisp specifically.
Suppose I create an alist, and I have a separate function that resets its to its initial value.
ELISP> (setq alst '((a . 1))) ((a . 1)) ELISP> (setf (alist-get 'a alst) 5) 5 (#o5, #x5, ?\C-e) ELISP> (defun reset-al…
https://www.reddit.com/r/emacs/comments/bscsqe/elisp_alist_question/