How To Config SublimeREPL for Scheme

Sublime Text is a sophisticated text editor for code, markup and prose.
You’ll love the slick user interface, extraordinary features and amazing performance.

while

Scheme is a functional programming language and one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist “Minimalism (computing)”) design philosophy specifying a small standard core with powerful tools for language extension.

Maybe Sublime Text is your favirate editor, reading , and trying to have a try about the exercises there. Then you may want to make Sublime to edit / build / run scheme file.

Below steps can give you a reference guide about how to setup it:

more >>

NodebootJS Introduction

Well, erm, yes, this is another node starter template (scaffolding project also). This post will try to cover what is NodeBootJS, why NodeBootJS, what does it look like.

What is NodeBootJS

NodeBootJS is an open-source full-stack Javascript solution For Node Application Starter. It aims to help you build an faster, robust, maintainable production web application using Vuejs, ExpressJS, Nodejs and MongoDB.

Why do I need NodeBootJS

more >>

Hello NodeBootJS

NodeBootJS is a boot application to faster node tech stack development

Online Demo

Build Setup

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# install dependencies
npm install
# if your network has limitation on npm.org, you may change the npm registry to your nearby vendor. e.g.
npm config set registry https://registry.npm.taobao.org/
# serve with hot reload at localhost:8080, you may change the port under config/env/default.js
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testy
# for production environment build & run, you may run below command, not hot-reload, start at localhost:8080
npm run prod, with smaller assets
more >>
Stay Foolist, Stay Hungry<br><br>Open Source Help Each Other<br><br>Thanks