Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
screwlisp
@screwlisp@gamerplus.org  ·  activity timestamp last week

#tootcoding #NicCLIM ( #gamedev #devlog ) #programming #fedi #McCLIM #commonLisp

In this article I am further investigating collaborative fediversal learning and programming.

(ql:quickload :mcclim)
(compile-file #P"~/Downloads/nicclim.lisp" :load t)
(in-package :nic)
(require 'bordeaux-threads)
(require 'uiop)
(uiop:chdir "~/GAME/") ; you do you.
(rect-file 'garden 5 5 '(soil))
(bt:make-thread
(lambda ()
(in-package :nic)
(enclose-map 'garden)))

https://screwlisp.small-web.org/tootcoding/nicclim-0/

Sharpsign tootcoding - NicCLIM and compsci pedagogy

A NicCLIM Game Map Editor McCLIM application-frame (i.e. software GUI window) with 5x5 hextille filled with SOIL on the right half, and an interactor, some menus and some informational panes on the left half with not much happening
A NicCLIM Game Map Editor McCLIM application-frame (i.e. software GUI window) with 5x5 hextille filled with SOIL on the right half, and an interactor, some menus and some informational panes on the left half with not much happening
A NicCLIM Game Map Editor McCLIM application-frame (i.e. software GUI window) with 5x5 hextille filled with SOIL on the right half, and an interactor, some menus and some informational panes on the left half with not much happening
  • Copy link
  • Flag this post
  • Block
Nicolas Martyanoff
@galdor@fosstodon.org  ·  activity timestamp 3 months ago

[1/2] In #CommonLisp, SBCL accepts directory pathname components which are subpaths and not names:

(make-pathname :directory '(:absolute "tmp" "foo/bar")) returns #P"/tmp/foo/bar/".

On CCL, the same form yields #P"/tmp/foo\/bar/" which of course results in errors in a lot of contexts because "/" is not a valid character in filenames.

  • Copy link
  • Flag this post
  • Block
Nicolas Fressengeas boosted
Bruno Amaral
@brunoamaral@mastodon.social  ·  activity timestamp 4 months ago

AI copyediting: how Paperpal butchered my paper on AI-generated writing
This morning I received the copy-edited version of a paper I recently submitted to a journal. This is always cause for celebration, another step towards publication accomplished! But this time the …
https://jilltxt.net/ai-copyediting-how-paperpal-butchered-my-paper-on-ai-generated-writing/
#academic #ai #jill-rettberg #p-bksy #paperpal #tools

  • Copy link
  • Flag this post
  • Block
Bruno Amaral
@brunoamaral@mastodon.social  ·  activity timestamp 4 months ago

AI copyediting: how Paperpal butchered my paper on AI-generated writing
This morning I received the copy-edited version of a paper I recently submitted to a journal. This is always cause for celebration, another step towards publication accomplished! But this time the …
https://jilltxt.net/ai-copyediting-how-paperpal-butchered-my-paper-on-ai-generated-writing/
#academic #ai #jill-rettberg #p-bksy #paperpal #tools

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login