How to Become a Travel Agent for Regular Income

Do you love or attract to travel? Are you good at managing & planning trip? If yes, you might be interested in becoming a travel agent for regular income. Travel agents help people for plan their…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Setting up a basic Scheme programming Environment

Recently I was exploring different lisp variants and ran across chicken scheme. it sounds like a nefarious plot by the poultry stock of the world but it’s actually the premiere scheme implementation. I wanted an environment that could run chicken scheme with low setup and so created a basic image that has chicken scheme as well some other compilation tools. Attached here is that environment, and some basic guides/reading to get started.

Build image, place the above into file called Dockerfile inside a folder named FOLDER:

docker build FOLDER --tag csc:0.1

Run the image for development and map files in the /root/work folder to outside of the running image for persistent storage:

docker run -it -v $HOME/work:/root/work csc:0.1

Use the chicken scheme repl:

Make sure if you get stuck in the REPL to just keep closing parentheses (i.e. ‘) ) )…’ until you can can escape whatever you did).

Basic compilation:

Add a comment

Related posts:

Professional Unity Editor Layout

In the next coming days, I’m going to be working on creating my first game. The project is simply titled, Space Shooter Pro. I’ve seen a few examples of this since starting my game development…

4 Best Portable Blenders in 2020

If you landed here! Say thanks to Google, your search for best portable blender ended here. We have compiled a list of top 20 best portable blenders selling in the United States, Canada & United…