Building Abridged Shelf - Free shorter classic stories
I have read most of the books on Abridged Shelf at least once, several of them more than that. Epic poetry is not something you casually get through on a Tuesday evening, and the older translations can be genuinely hard going. The language demands focus, and focus is a resource I do not always have.
- ▪I have read most of the books on Abridged Shelf at least once, several of them more than that.
- ▪Epic poetry is not something you casually get through on a Tuesday evening, and the older translations can be genuinely hard going.
- ▪The language demands focus, and focus is a resource I do not always have.
DEV.to (Top) files mainly under programming. We currently carry 4,909 of its stories.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 851714) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } EmmaDSCodes Posted on Jul 26 • Originally published at emma.desilva.se Building Abridged Shelf - Free shorter classic stories #laravel #hydephp #books #ai Making classics more accessible I have a soft spot for mythology and classic stories. I have read most of the books on Abridged Shelf at least once, several of them more than that. But a lot of them are long.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.