The Regiment (novel)

The Regiment is a novel by John Dalmas published by Baen Books in 1987.

Plot summary

The Regiment is a novel about a mercenary regiment and the reporter who joins them to work as their publicist.[1]

Reception

Lynn Bryant reviewed The Regiment in Space Gamer/Fantasy Gamer No. 79.[1] Bryant commented that "The Regiment is a good read. It is a long book that could have benefited by being a bit shorter, but the prose reads easily and while Dalmas could have packed in more battles, there is plenty of action. if you are looking for a good militarily oriented story that challenges you to think, you'll enjoy this book."[1]

gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References

  1. Bryant, Lynn (August–September 1987). "Book Reports". Space Gamer/Fantasy Gamer. Diverse Talents, Incorporated (79): 48.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.